diff options
author | Samuel Newman <mozzius@protonmail.com> | 2024-05-30 09:44:49 +0300 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-05-30 09:44:49 +0300 |
commit | d92036f2c576d33964b1141ac63888bdc2fb1ca4 (patch) | |
tree | 7dab0a8de593f575f628a3cbd2913afe7a387c9e /src/components/Button.tsx | |
parent | c4abaa1abcde54f15133b2e2b546f0d54a3a1d07 (diff) | |
download | voidsky-d92036f2c576d33964b1141ac63888bdc2fb1ca4.tar.zst |
Post controls update followup (#4276)
* rm legacy repost modal * make repost button transparent * reduce gap between post and ctrls * remove old repost modal on web
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 3db803399..c543cbba5 100644 --- a/src/components/Button.tsx +++ b/src/components/Button.tsx @@ -376,10 +376,10 @@ export function Button({ a.align_center, a.justify_center, flattenedBaseStyles, + flatten(style), ...(state.hovered || state.pressed ? [hoverStyles, flatten(hoverStyleProp)] : []), - flatten(style), ]} onPressIn={onPressIn} onPressOut={onPressOut} |