Skip to content

Commit 5851634

Browse files
author
Guillaume Chau
committed
fix(ui): toolbars background color
1 parent 3fea8a7 commit 5851634

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

packages/@vue/cli-ui/src/components/FileDiffView.vue

+1-1
Original file line numberDiff line numberDiff line change
@@ -238,7 +238,7 @@ export default {
238238
239239
.toolbar
240240
padding $padding-item
241-
background $color-background-light
241+
background $md-white
242242
h-box()
243243
align-items center
244244

packages/@vue/cli-ui/src/components/FolderExplorer.vue

+1-1
Original file line numberDiff line numberDiff line change
@@ -225,7 +225,7 @@ export default {
225225
226226
.toolbar
227227
padding $padding-item
228-
background $color-background-light
228+
background $md-white
229229
h-box()
230230
align-items center
231231

0 commit comments

Comments
 (0)