mirror of
https://github.com/apache/superset.git
synced 2026-05-12 03:15:55 +00:00
chore: remove some of the deprecated theme.colors.* (#34056)
This commit is contained in:
committed by
GitHub
parent
d6ed819fe2
commit
5d6a979cd0
@@ -61,7 +61,7 @@ const propTypes = {
|
||||
};
|
||||
|
||||
const saveButtonStyles = theme => css`
|
||||
color: ${theme.colors.primary.dark2};
|
||||
color: ${theme.colorPrimaryText};
|
||||
& > span[role='img'] {
|
||||
margin-right: 0;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user