Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
B
baas-ide
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
JIRA
JIRA
Merge Requests
1
Merge Requests
1
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Registry
Registry
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
guxukai
baas-ide
Commits
79179fe5
Unverified
Commit
79179fe5
authored
Oct 24, 2018
by
yann300
Committed by
GitHub
Oct 24, 2018
Browse files
Options
Browse Files
Download
Plain Diff
Merge pull request #1561 from ethereum/tinyFixDarkTheme
Tiny fix for dark theme
parents
096544d1
b27700e0
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
4 additions
and
4 deletions
+4
-4
compile-tab.js
src/app/tabs/compile-tab.js
+1
-1
styleGuideDark.js
src/app/ui/styles-guide/styleGuideDark.js
+3
-3
No files found.
src/app/tabs/compile-tab.js
View file @
79179fe5
...
...
@@ -568,7 +568,7 @@ const css = csjs`
margin: 15px 15px 10px 0;
}
.copyButton {
${
styles
.
rightPanel
.
compileTab
.
button_
Details
}
;
${
styles
.
rightPanel
.
compileTab
.
button_
Publish
}
;
padding: 0 7px;
min-width: 50px;
width: auto;
...
...
src/app/ui/styles-guide/styleGuideDark.js
View file @
79179fe5
...
...
@@ -545,13 +545,13 @@ function styleGuideDark () {
button_Details
:
appProperties
.
uiElements
.
button
({
BackgroundColor
:
appProperties
.
secondaryButton_BackgroundColor
,
BorderColor
:
appProperties
.
secondaryButton_BorderColor
,
Color
:
appProperties
.
second
aryButton_TextColor
Color
:
appProperties
.
prim
aryButton_TextColor
}),
button_Publish
:
appProperties
.
uiElements
.
button
({
BackgroundColor
:
appProperties
.
secondaryButton_BackgroundColor
,
BorderColor
:
appProperties
.
secondaryButton_BorderColor
,
Color
:
appProperties
.
second
aryButton_TextColor
Color
:
appProperties
.
teri
aryButton_TextColor
}),
dropdown_CompileContract
:
appProperties
.
uiElements
.
dropdown
({
...
...
@@ -561,7 +561,7 @@ function styleGuideDark () {
}),
box_CompileContainer
:
appProperties
.
uiElements
.
solidBorderBox
({
BackgroundColor
:
appProperties
.
quatern
ary_BackgroundColor
,
BackgroundColor
:
appProperties
.
prim
ary_BackgroundColor
,
BorderColor
:
appProperties
.
solidBorderBox_BackgroundColor
,
Color
:
appProperties
.
solidBorderBox_TextColor
}),
...
...
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