1
0
mirror of https://github.com/hyperspacedev/hyperspace synced 2025-02-07 04:43:20 +01:00

Change Attract theme colors

This commit is contained in:
Marquis Kurt 2019-04-27 12:28:10 -04:00
parent f68a37e908
commit b9af9cc26f

View File

@ -114,10 +114,10 @@ export const attractTheme: HyperspaceTheme = {
name: "Attract",
palette: {
primary: {
main: '#f5f5f5',
main: '#E57373',
},
secondary: {
main: "#1a237e",
main: "#78909C",
}
}
}