about summary refs log tree commit diff
path: root/src
diff options
context:
space:
mode:
authorRoland Crosby <roland@rolandcrosby.com>2024-11-23 14:17:29 -0500
committerGitHub <noreply@github.com>2024-11-23 19:17:29 +0000
commit30af267bb41b3fddcf05d8107c4936f1c2589c00 (patch)
tree46034b5926de4cc275f3ab9303d6e31fdb2ad320 /src
parentb1c1c49897fa291910a8dece9725190f21457132 (diff)
downloadvoidsky-30af267bb41b3fddcf05d8107c4936f1c2589c00.tar.zst
Fix hovered repost button styling when logged out (#6222)
Diffstat (limited to 'src')
-rw-r--r--src/view/com/util/post-ctrls/RepostButton.web.tsx4
1 files changed, 1 insertions, 3 deletions
diff --git a/src/view/com/util/post-ctrls/RepostButton.web.tsx b/src/view/com/util/post-ctrls/RepostButton.web.tsx
index 111b41dd7..54119b532 100644
--- a/src/view/com/util/post-ctrls/RepostButton.web.tsx
+++ b/src/view/com/util/post-ctrls/RepostButton.web.tsx
@@ -104,9 +104,7 @@ export const RepostButton = ({
       label={_(msg`Repost or quote post`)}
       style={{padding: 0}}
       hoverStyle={t.atoms.bg_contrast_25}
-      shape="round"
-      variant="ghost"
-      color="secondary">
+      shape="round">
       <RepostInner
         isReposted={isReposted}
         color={color}