Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
U
uw-material-ui-react
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Iterations
Wiki
Requirements
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Test cases
Artifacts
Deploy
Releases
Package Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Issue analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
uw-ui-development
uw-material-ui-react
Commits
791d158c
Commit
791d158c
authored
5 years ago
by
Andy Summers
Browse files
Options
Downloads
Patches
Plain Diff
Used named export for theme again
parent
72639da8
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Pipeline
#47799
failed
5 years ago
Stage: deploy
Changes
3
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
.gitignore
+1
-0
1 addition, 0 deletions
.gitignore
README.md
+1
-1
1 addition, 1 deletion
README.md
index.js
+1
-1
1 addition, 1 deletion
index.js
with
3 additions
and
2 deletions
.gitignore
+
1
−
0
View file @
791d158c
node_modules/
node_modules/
.vscode/
.vscode/
yarn-error.log
This diff is collapsed.
Click to expand it.
README.md
+
1
−
1
View file @
791d158c
...
@@ -29,7 +29,7 @@ import ReactDOM from "react-dom";
...
@@ -29,7 +29,7 @@ import ReactDOM from "react-dom";
import
{
createMuiTheme
}
from
"
@material-ui/core/styles
"
;
import
{
createMuiTheme
}
from
"
@material-ui/core/styles
"
;
import
{
ThemeProvider
}
from
"
@material-ui/styles
"
;
import
{
ThemeProvider
}
from
"
@material-ui/styles
"
;
import
Button
from
"
@material-ui/core/Button
"
;
import
Button
from
"
@material-ui/core/Button
"
;
import
theme
from
"
@uw-ui-development/uw-material-ui-react
"
;
import
{
theme
}
from
"
@uw-ui-development/uw-material-ui-react
"
;
const
uwMadison
=
createMuiTheme
(
theme
);
const
uwMadison
=
createMuiTheme
(
theme
);
...
...
This diff is collapsed.
Click to expand it.
index.js
+
1
−
1
View file @
791d158c
...
@@ -3,7 +3,7 @@ const colorBlue = "#0479a8";
...
@@ -3,7 +3,7 @@ const colorBlue = "#0479a8";
const
colorBlackFont
=
"
#282728
"
;
const
colorBlackFont
=
"
#282728
"
;
const
colorGrayLight
=
"
#adadad
"
;
const
colorGrayLight
=
"
#adadad
"
;
export
defaul
t
theme
=
{
export
cons
t
theme
=
{
props
:
{
props
:
{
MuiButton
:
{
MuiButton
:
{
color
:
"
secondary
"
,
color
:
"
secondary
"
,
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment