mirror of
https://github.com/MetaFam/TheGame.git
synced 2026-04-24 03:00:09 -04:00
Clean up colors in theme and fix redundant backgroundSize
This commit is contained in:
@@ -43,7 +43,7 @@ const Home: React.FC<Props> = ({ players }) => (
|
||||
backgroundColor={p.rank?.toLowerCase()}
|
||||
mr="3"
|
||||
size="md"
|
||||
color="dark60"
|
||||
color="blackAlpha.600"
|
||||
>
|
||||
{p.rank}
|
||||
</MetaTag>
|
||||
|
||||
@@ -11,10 +11,7 @@ import MetaGameImage from '../public/images/metagame.png';
|
||||
const Login: React.FC = () => {
|
||||
const [step, setStep] = useState(0);
|
||||
return (
|
||||
<PageContainer
|
||||
backgroundImage={`url(${BackgroundImage})`}
|
||||
backgroundSize="cover"
|
||||
>
|
||||
<PageContainer backgroundImage={`url(${BackgroundImage})`}>
|
||||
<SimpleGrid
|
||||
columns={3}
|
||||
alignItems="center"
|
||||
|
||||
Reference in New Issue
Block a user