diff options
author | Thomas F. K. Jorna <[email protected]> | 2021-10-06 13:17:43 +0200 |
---|---|---|
committer | Thomas F. K. Jorna <[email protected]> | 2021-10-06 13:17:43 +0200 |
commit | bae6487afd5e6eec9f04b38b235bbac24042ca62 (patch) | |
tree | df6a72d934f8731f86524f2812481b8bcdfebd25 /components/Tweaks/ThemeSelect.tsx | |
parent | 0f22a091900c803fbca5023c56be923a2bafc248 (diff) |
feat: filter dailes (#68)
Diffstat (limited to 'components/Tweaks/ThemeSelect.tsx')
-rw-r--r-- | components/Tweaks/ThemeSelect.tsx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/components/Tweaks/ThemeSelect.tsx b/components/Tweaks/ThemeSelect.tsx index e56d48d..6a6b5d8 100644 --- a/components/Tweaks/ThemeSelect.tsx +++ b/components/Tweaks/ThemeSelect.tsx @@ -19,7 +19,7 @@ export const ThemeSelect = () => { type Theme = { [key: string]: string } const { emacsTheme, setEmacsTheme, highlightColor } = useContext(ThemeContext) return ( - <Flex alignItems="center" justifyContent="space-between" pl={7}> + <Flex alignItems="center" justifyContent="space-between" pl={7} pr={2}> <Text>Theme</Text> <Menu isLazy placement="bottom" closeOnSelect={false}> <MenuButton as={Button} colorScheme="" color="black" rightIcon={<ChevronDownIcon />}> |