mirror of
https://github.com/4ian/GDevelop.git
synced 2025-10-15 10:19:04 +00:00
Fix primary RaisedButton text color in DarkTheme
This commit is contained in:
@@ -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,
|
||||
|
@@ -65,6 +65,9 @@ const theme: Theme = {
|
||||
stepper: {
|
||||
textColor: lightWhite,
|
||||
},
|
||||
raisedButton: {
|
||||
primaryTextColor: notSoWhite,
|
||||
},
|
||||
|
||||
// GDevelop specific variables:
|
||||
closableTabs: {
|
||||
|
@@ -50,6 +50,9 @@ const theme = {
|
||||
actionColor: gdevelopLightBlue,
|
||||
},
|
||||
stepper: {},
|
||||
raisedButton: {
|
||||
primaryTextColor: 'white',
|
||||
},
|
||||
|
||||
// GDevelop specific variables:
|
||||
closableTabs: {
|
||||
|
Reference in New Issue
Block a user