refactor(ui): capitalize dark mode heading to be more consistent
Signed-off-by: SphericalKat <amolele@gmail.com>
This commit is contained in:
parent
025283b5b5
commit
91699cc8ec
1 changed files with 1 additions and 1 deletions
|
@ -187,7 +187,7 @@ function App() {
|
|||
|
||||
<Flex justifyContent="space-between" mt={4} mb={1.5} w="full">
|
||||
<Heading color={darkMode ? "#cbcaca" : undefined} size="sm">
|
||||
Dark mode
|
||||
Dark Mode
|
||||
</Heading>
|
||||
|
||||
<Switch isChecked={darkMode} onChange={handleDarkMode} />
|
||||
|
|
Loading…
Add table
Reference in a new issue