mirror of
https://github.com/MetaFam/TheGame.git
synced 2026-02-08 21:15:05 -05:00
Clean up colors in theme and fix redundant backgroundSize
This commit is contained in:
@@ -11,7 +11,6 @@ export const PageContainer: React.FC<Props> = ({ children, ...props }) => (
|
||||
p={12}
|
||||
direction="column"
|
||||
align="center"
|
||||
backgroundSize="cover"
|
||||
{...props}
|
||||
>
|
||||
{children}
|
||||
|
||||
@@ -67,7 +67,7 @@ export const StepProgress: React.FC<StepProps> = ({
|
||||
{title}
|
||||
</Text>
|
||||
<Flex
|
||||
bgColor="blue02"
|
||||
bgColor="blue20"
|
||||
w="100%"
|
||||
h="0.5rem"
|
||||
borderRadius="0.25rem"
|
||||
|
||||
Reference in New Issue
Block a user