about summary refs log tree commit diff
path: root/src/components/forms
diff options
context:
space:
mode:
authorSamuel Newman <mozzius@protonmail.com>2024-08-01 19:14:32 +0200
committerGitHub <noreply@github.com>2024-08-01 19:14:32 +0200
commitc78e9e31472af42a7920af18186f9ae499595100 (patch)
treeadb5481c1459ba5c0291291795975c52036332bd /src/components/forms
parent388c157c366e67e0cb3d74e1cd05413ef41b235d (diff)
downloadvoidsky-c78e9e31472af42a7920af18186f9ae499595100.tar.zst
Move theme controls to its own screen (#4866)
Diffstat (limited to 'src/components/forms')
-rw-r--r--src/components/forms/ToggleButton.tsx2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/components/forms/ToggleButton.tsx b/src/components/forms/ToggleButton.tsx
index 752842638..f47a272b1 100644
--- a/src/components/forms/ToggleButton.tsx
+++ b/src/components/forms/ToggleButton.tsx
@@ -23,10 +23,10 @@ export function Group({children, multiple, ...props}: GroupProps) {
         style={[
           a.w_full,
           a.flex_row,
-          a.border,
           a.rounded_sm,
           a.overflow_hidden,
           t.atoms.border_contrast_low,
+          {borderWidth: 1},
         ]}>
         {children}
       </View>