Fix primary RaisedButton text color in DarkTheme

This commit is contained in:
Florian Rival
2018-04-13 16:58:09 +02:00
parent 3d7279144b
commit 368cdebd78
3 changed files with 8 additions and 2 deletions

View File

@@ -160,7 +160,7 @@ exports[`StartPage renders the start page with a project 1`] = `
<span
style={
Object {
"color": "#ffffff",
"color": "white",
"fontSize": 14,
"fontWeight": 500,
"letterSpacing": 0,
@@ -832,7 +832,7 @@ exports[`StartPage renders the start page with no project opened 1`] = `
<span
style={
Object {
"color": "#ffffff",
"color": "white",
"fontSize": 14,
"fontWeight": 500,
"letterSpacing": 0,

View File

@@ -65,6 +65,9 @@ const theme: Theme = {
stepper: {
textColor: lightWhite,
},
raisedButton: {
primaryTextColor: notSoWhite,
},
// GDevelop specific variables:
closableTabs: {

View File

@@ -50,6 +50,9 @@ const theme = {
actionColor: gdevelopLightBlue,
},
stepper: {},
raisedButton: {
primaryTextColor: 'white',
},
// GDevelop specific variables:
closableTabs: {