Skip to content

Commit

Permalink
fix(ui): toolbars background color
Browse files Browse the repository at this point in the history
  • Loading branch information
Guillaume Chau committed Apr 16, 2018
1 parent 3fea8a7 commit 5851634
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion packages/@vue/cli-ui/src/components/FileDiffView.vue
Original file line number Diff line number Diff line change
Expand Up @@ -238,7 +238,7 @@ export default {
.toolbar
padding $padding-item
background $color-background-light
background $md-white
h-box()
align-items center
Expand Down
2 changes: 1 addition & 1 deletion packages/@vue/cli-ui/src/components/FolderExplorer.vue
Original file line number Diff line number Diff line change
Expand Up @@ -225,7 +225,7 @@ export default {
.toolbar
padding $padding-item
background $color-background-light
background $md-white
h-box()
align-items center
Expand Down

0 comments on commit 5851634

Please sign in to comment.