Commit a8b87548 authored by Ben Galloway's avatar Ben Galloway

Make contrast text pure white on primary and secondary

Bump minor version.
parent abbf1fbe
{ {
"name": "@gsc/material", "name": "@gsc/material",
"version": "2.3.0", "version": "2.4.0",
"description": "An implementation of Material-UI with GSC styling", "description": "An implementation of Material-UI with GSC styling",
"main": "index.js", "main": "index.js",
"repository": "https://gitlab.gsc.org.uk/gsc-frameworks/gsc-material.git", "repository": "https://gitlab.gsc.org.uk/gsc-frameworks/gsc-material.git",
......
...@@ -20,11 +20,11 @@ const GSCTheme = { ...@@ -20,11 +20,11 @@ const GSCTheme = {
palette: { palette: {
primary: { primary: {
main: "#2e2d44", main: "#2e2d44",
contrastText: "#f1f4f5", contrastText: "#ffffff",
}, },
secondary: { secondary: {
main: "#30b7bb", main: "#30b7bb",
contrastText: "#2e2d44", contrastText: "#ffffff",
}, },
error: { error: {
main: "#e40426", main: "#e40426",
......
...@@ -26,11 +26,11 @@ var GSCTheme = { ...@@ -26,11 +26,11 @@ var GSCTheme = {
palette: { palette: {
primary: { primary: {
main: "#2e2d44", main: "#2e2d44",
contrastText: "#f1f4f5" contrastText: "#ffffff"
}, },
secondary: { secondary: {
main: "#30b7bb", main: "#30b7bb",
contrastText: "#2e2d44" contrastText: "#ffffff"
}, },
error: { error: {
main: "#e40426" main: "#e40426"
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment