about summary refs log tree commit diff
path: root/src/components/Button.tsx
diff options
context:
space:
mode:
authorKuwa Lee <kuwalee1069@gmail.com>2024-06-21 04:14:12 +0800
committerGitHub <noreply@github.com>2024-06-21 04:14:12 +0800
commit39c32b0ab1de312161d4ccedad1f3516451dc315 (patch)
tree43f8fa9847a21bd6b14bfa5ce080f083c02a8432 /src/components/Button.tsx
parent6ac8389adba8bf7a0e235c6f2f1a96ab2d454340 (diff)
parenteac4668d7312b35721e147e808c181b2be0256bf (diff)
downloadvoidsky-39c32b0ab1de312161d4ccedad1f3516451dc315.tar.zst
Merge branch 'bluesky-social:main' into zh
Diffstat (limited to 'src/components/Button.tsx')
-rw-r--r--src/components/Button.tsx2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/components/Button.tsx b/src/components/Button.tsx
index deac450ee..54d9eaf3b 100644
--- a/src/components/Button.tsx
+++ b/src/components/Button.tsx
@@ -231,7 +231,7 @@ export const Button = React.forwardRef<View, ButtonProps>(
           if (!disabled) {
             baseStyles.push(t.atoms.bg)
             hoverStyles.push({
-              backgroundColor: t.palette.contrast_100,
+              backgroundColor: t.palette.contrast_25,
             })
           }
         }