my fork of the bluesky client

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

authored by

Roland Crosby and committed by
GitHub
30af267b b1c1c498

+1 -3
+1 -3
src/view/com/util/post-ctrls/RepostButton.web.tsx
··· 104 104 label={_(msg`Repost or quote post`)} 105 105 style={{padding: 0}} 106 106 hoverStyle={t.atoms.bg_contrast_25} 107 - shape="round" 108 - variant="ghost" 109 - color="secondary"> 107 + shape="round"> 110 108 <RepostInner 111 109 isReposted={isReposted} 112 110 color={color}