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
a9919c64
Commit
a9919c64
authored
May 31, 2017
by
Wietse Kuipers
Browse files
Merge branch 'fix/sidebar-styling' into 'master'
Fix sidebar styling See merge request
!29
parents
3102315b
cdf9d7f0
Changes
2
Hide whitespace changes
Inline
Side-by-side
app/components/Sidebar.js
View file @
a9919c64
...
...
@@ -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 @
a9919c64
...
...
@@ -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