Skip to content

Commit 30af267

Browse files
authored
Fix hovered repost button styling when logged out (bluesky-social#6222)
1 parent b1c1c49 commit 30af267

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

src/view/com/util/post-ctrls/RepostButton.web.tsx

+1-3
Original file line numberDiff line numberDiff line change
@@ -104,9 +104,7 @@ export const RepostButton = ({
104104
label={_(msg`Repost or quote post`)}
105105
style={{padding: 0}}
106106
hoverStyle={t.atoms.bg_contrast_25}
107-
shape="round"
108-
variant="ghost"
109-
color="secondary">
107+
shape="round">
110108
<RepostInner
111109
isReposted={isReposted}
112110
color={color}

0 commit comments

Comments
 (0)