⚒️ Add minor frontend tweaks (#1210)

This commit is contained in:
Alejandra
2024-05-20 13:30:18 -05:00
committed by GitHub
parent 7f7c08e22b
commit 47548490bb
4 changed files with 17 additions and 9 deletions

View File

@@ -21,13 +21,13 @@ const Appearance = () => {
<Stack>
{/* TODO: Add system default option */}
<Radio value="light" colorScheme="teal">
Light mode
Light Mode
<Badge ml="1" colorScheme="teal">
Default
</Badge>
</Radio>
<Radio value="dark" colorScheme="teal">
Dark mode
Dark Mode
</Radio>
</Stack>
</RadioGroup>