Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
G
GSC Material UI
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Packages & Registries
Packages & Registries
Container Registry
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
GSC Frameworks
GSC Material UI
Commits
a8b87548
Commit
a8b87548
authored
Jan 30, 2020
by
Ben Galloway
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Make contrast text pure white on primary and secondary
Bump minor version.
parent
abbf1fbe
Changes
3
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
5 additions
and
5 deletions
+5
-5
package.json
package.json
+1
-1
src/themeDefinition.js
src/themeDefinition.js
+2
-2
themeDefinition.js
themeDefinition.js
+2
-2
No files found.
package.json
View file @
a8b87548
{
"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"
,
...
...
src/themeDefinition.js
View file @
a8b87548
...
...
@@ -20,11 +20,11 @@ const GSCTheme = {
palette
:
{
primary
:
{
main
:
"
#2e2d44
"
,
contrastText
:
"
#f
1f4f5
"
,
contrastText
:
"
#f
fffff
"
,
},
secondary
:
{
main
:
"
#30b7bb
"
,
contrastText
:
"
#
2e2d44
"
,
contrastText
:
"
#
ffffff
"
,
},
error
:
{
main
:
"
#e40426
"
,
...
...
themeDefinition.js
View file @
a8b87548
...
...
@@ -26,11 +26,11 @@ var GSCTheme = {
palette
:
{
primary
:
{
main
:
"
#2e2d44
"
,
contrastText
:
"
#f
1f4f5
"
contrastText
:
"
#f
fffff
"
},
secondary
:
{
main
:
"
#30b7bb
"
,
contrastText
:
"
#
2e2d44
"
contrastText
:
"
#
ffffff
"
},
error
:
{
main
:
"
#e40426
"
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment