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",
"version": "2.3.0",
"version": "2.4.0",
"description": "An implementation of Material-UI with GSC styling",
"main": "index.js",
"repository": "https://gitlab.gsc.org.uk/gsc-frameworks/gsc-material.git",
......
......@@ -20,11 +20,11 @@ const GSCTheme = {
palette: {
primary: {
main: "#2e2d44",
contrastText: "#f1f4f5",
contrastText: "#ffffff",
},
secondary: {
main: "#30b7bb",
contrastText: "#2e2d44",
contrastText: "#ffffff",
},
error: {
main: "#e40426",
......
......@@ -26,11 +26,11 @@ var GSCTheme = {
palette: {
primary: {
main: "#2e2d44",
contrastText: "#f1f4f5"
contrastText: "#ffffff"
},
secondary: {
main: "#30b7bb",
contrastText: "#2e2d44"
contrastText: "#ffffff"
},
error: {
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