Merge branch 'fix-outline' into 'develop'

Fix outline of StatusActionButton

See merge request soapbox-pub/soapbox!2437
This commit is contained in:
Chewbacca 2023-04-13 11:21:34 +00:00
commit cbb569b731

View file

@ -53,7 +53,7 @@ const StatusActionButton = React.forwardRef<HTMLButtonElement, IStatusActionButt
src={icon}
className={clsx(
{
'fill-accent-300 hover:fill-accent-300': active && filled && color === COLORS.accent,
'fill-accent-300 text-accent-300 hover:fill-accent-300': active && filled && color === COLORS.accent,
},
iconClassName,
)}