mirror of
https://github.com/apache/superset.git
synced 2026-04-20 00:24:38 +00:00
chore: Removes hard-coded colors from the plugins - iteration 1 (#19923)
* chore: Removes hard-coded colors from the plugins - iteration 1 * Fixes lint errors * Fixes tests
This commit is contained in:
committed by
GitHub
parent
d0b8b1e97d
commit
b7cff8335b
@@ -105,7 +105,7 @@ class WordCloud extends React.PureComponent<
|
||||
text: 'Text',
|
||||
},
|
||||
defaultEncoding: {
|
||||
color: { value: 'black' },
|
||||
color: { value: this.props.theme.colors.grayscale.dark2 },
|
||||
fontFamily: { value: this.props.theme.typography.families.sansSerif },
|
||||
fontSize: { value: 20 },
|
||||
fontWeight: { value: 'bold' },
|
||||
|
||||
Reference in New Issue
Block a user