diff options
author | Kuwa Lee <kuwalee1069@gmail.com> | 2024-06-21 04:14:12 +0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-06-21 04:14:12 +0800 |
commit | 39c32b0ab1de312161d4ccedad1f3516451dc315 (patch) | |
tree | 43f8fa9847a21bd6b14bfa5ce080f083c02a8432 /src/components/Button.tsx | |
parent | 6ac8389adba8bf7a0e235c6f2f1a96ab2d454340 (diff) | |
parent | eac4668d7312b35721e147e808c181b2be0256bf (diff) | |
download | voidsky-39c32b0ab1de312161d4ccedad1f3516451dc315.tar.zst |
Merge branch 'bluesky-social:main' into zh
Diffstat (limited to 'src/components/Button.tsx')
-rw-r--r-- | src/components/Button.tsx | 2 |
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, }) } } |