summaryrefslogtreecommitdiff
path: root/components/Tweaks/ThemeSelect.tsx
diff options
context:
space:
mode:
Diffstat (limited to 'components/Tweaks/ThemeSelect.tsx')
-rw-r--r--components/Tweaks/ThemeSelect.tsx2
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 />}>