Merge branch 'fix-outline' into 'develop'
Fix outline of StatusActionButton See merge request soapbox-pub/soapbox!2437
This commit is contained in:
commit
cbb569b731
1 changed files with 1 additions and 1 deletions
|
@ -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,
|
||||
)}
|
||||
|
|
Loading…
Reference in a new issue