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:
parent
11c5658a44
commit
c1d52c3d23
1 changed files with 1 additions and 0 deletions
|
@ -130,6 +130,7 @@ const ThemeActions: React.FC<ThemeActionProps> = ({
|
|||
}
|
||||
|
||||
const buttonProps: ButtonProps = {
|
||||
iconColorClass: 'text-base',
|
||||
size: 'sm'
|
||||
};
|
||||
|
||||
|
|
Loading…
Reference in a new issue