Fix hovered repost button styling when logged out (#6222)

This commit is contained in:
Roland Crosby
2024-11-23 14:17:29 -05:00
committed by GitHub
parent b1c1c49897
commit 30af267bb4
@@ -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}