💄(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:
Anthony LC
2024-05-24 17:57:02 +02:00
parent 8a8e8ba7d1
commit 8185badb94
3 changed files with 4 additions and 3 deletions
@@ -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: