💄(frontend) change color of the app for the demo
Change the color of the app to showcase the deployment pipeline.
This commit is contained in:
@@ -19,7 +19,7 @@ const RedStripe = styled.div`
|
||||
position: absolute;
|
||||
height: 5px;
|
||||
width: 100%;
|
||||
background: var(--c--theme--colors--danger-500);
|
||||
background: var(--c--theme--colors--primary-500);
|
||||
top: 0;
|
||||
`;
|
||||
|
||||
@@ -55,7 +55,7 @@ export const Header = () => {
|
||||
<Box $align="center" $gap="1rem" $direction="row">
|
||||
<Image priority src={IconImpress} alt={t('Impress Logo')} />
|
||||
<Text $margin="none" as="h2" $theme="primary">
|
||||
{t('Impress')}
|
||||
{t('Impress Demo')}
|
||||
</Text>
|
||||
</Box>
|
||||
</StyledLink>
|
||||
|
||||
@@ -12,6 +12,7 @@ export function MainLayout({ children }: { children: React.ReactNode }) {
|
||||
as="main"
|
||||
$height={`calc(100vh - ${HEADER_HEIGHT})`}
|
||||
$width="100%"
|
||||
$background="aliceblue"
|
||||
>
|
||||
{children}
|
||||
</Box>
|
||||
|
||||
@@ -115,7 +115,7 @@ frontend:
|
||||
image:
|
||||
repository: lasuite/impress-frontend
|
||||
pullPolicy: Always
|
||||
tag: "v0.1.0"
|
||||
tag: "v0.1.0-demo"
|
||||
|
||||
webrtc:
|
||||
image:
|
||||
|
||||
Reference in New Issue
Block a user