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
7de4121c
Commit
7de4121c
authored
Jun 11, 2019
by
Ben Galloway
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Return to explicit hex codes in palette object
parent
30224b2e
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
15 additions
and
15 deletions
+15
-15
index.js
index.js
+7
-7
package.json
package.json
+1
-1
src/index.js
src/index.js
+7
-7
No files found.
index.js
View file @
7de4121c
...
...
@@ -34,19 +34,19 @@ var GSCTheme = (0, _styles.responsiveFontSizes)((0, _styles.createMuiTheme)({
},
palette
:
{
primary
:
{
main
:
theme
.
gsc
.
navy
,
contrastText
:
theme
.
gsc
.
offwhite
main
:
"
#2e2d44
"
,
contrastText
:
"
#f1f4f5
"
},
secondary
:
{
main
:
theme
.
gsc
.
teal
,
contrastText
:
theme
.
gsc
.
navy
main
:
"
#30b7bb
"
,
contrastText
:
"
#2e2d44
"
},
error
:
{
main
:
theme
.
gsc
.
red
main
:
"
#e40426
"
},
background
:
{
default
:
theme
.
gsc
.
offwhite
,
paper
:
theme
.
gsc
.
white
default
:
"
#f1f4f5
"
,
paper
:
"
#ffffff
"
}
},
typography
:
{
...
...
package.json
View file @
7de4121c
{
"name"
:
"@gsc/material"
,
"version"
:
"2.0.
0
"
,
"version"
:
"2.0.
1
"
,
"description"
:
"An implementation of Material-UI with GSC styling"
,
"main"
:
"index.js"
,
"repository"
:
"https://gitlab.gsc.org.uk/gsc-frameworks/gsc-material.git"
,
...
...
src/index.js
View file @
7de4121c
...
...
@@ -24,19 +24,19 @@ const GSCTheme = responsiveFontSizes(
},
palette
:
{
primary
:
{
main
:
theme
.
gsc
.
navy
,
contrastText
:
theme
.
gsc
.
offwhite
,
main
:
"
#2e2d44
"
,
contrastText
:
"
#f1f4f5
"
,
},
secondary
:
{
main
:
theme
.
gsc
.
teal
,
contrastText
:
theme
.
gsc
.
navy
,
main
:
"
#30b7bb
"
,
contrastText
:
"
#2e2d44
"
,
},
error
:
{
main
:
theme
.
gsc
.
red
,
main
:
"
#e40426
"
,
},
background
:
{
default
:
theme
.
gsc
.
offwhite
,
paper
:
theme
.
gsc
.
white
,
default
:
"
#f1f4f5
"
,
paper
:
"
#ffffff
"
,
},
},
typography
:
{
...
...
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