Added light theme

This commit is contained in:
Mitchell McCaffrey
2020-04-26 19:04:18 +10:00
parent 506f0287ab
commit 4f5f4706c6
5 changed files with 62 additions and 36 deletions

View File

@@ -122,13 +122,13 @@ function MapTile({
right: 0,
bottom: 0,
background:
"linear-gradient(to bottom, rgba(0,0,0,0) 70%,rgba(0,0,0,0.65) 100%);",
"linear-gradient(to bottom, rgba(0,0,0,0) 70%, rgba(0,0,0,0.65) 100%);",
alignItems: "flex-end",
justifyContent: "center",
}}
p={2}
>
<Text as="p" variant="heading">
<Text as="p" variant="heading" color="hsl(210, 50%, 96%)">
{map.name}
</Text>
</Flex>