Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
thalia
ThaliApp
Commits
cdf9d7f0
Commit
cdf9d7f0
authored
May 29, 2017
by
Sébastiaan Versteeg
Browse files
Fix sidebar styling
parent
3102315b
Changes
2
Hide whitespace changes
Inline
Side-by-side
app/components/Sidebar.js
View file @
cdf9d7f0
...
...
@@ -70,7 +70,7 @@ const Sidebar = (props) => {
backgroundColor
=
{
colors
.
white
}
color
=
{
props
.
currentScene
===
button
.
scene
?
colors
.
magenta
:
colors
.
textColour
}
size
=
{
2
8
}
size
=
{
2
4
}
iconStyle
=
{
styles
.
buttonIcon
}
style
=
{[
styles
.
buttonText
,
button
.
style
]}
key
=
{
button
.
scene
}
...
...
app/components/style/sidebar.js
View file @
cdf9d7f0
...
...
@@ -45,7 +45,7 @@ const styles = StyleSheet.create({
textAlign
:
'
center
'
,
},
buttonText
:
{
padding
:
20
,
padding
:
16
,
},
});
...
...
Write
Preview
Supports
Markdown
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