0
Fork 0
mirror of https://github.com/TryGhost/Ghost.git synced 2025-01-06 22:40:14 -05:00

Fixed theme action icon color in dark mode

no issues
This commit is contained in:
Sodbileg Gansukh 2023-11-02 14:00:07 +08:00
parent 11c5658a44
commit c1d52c3d23

View file

@ -130,6 +130,7 @@ const ThemeActions: React.FC<ThemeActionProps> = ({
}
const buttonProps: ButtonProps = {
iconColorClass: 'text-base',
size: 'sm'
};