Skip to content

Commit 6fe42e9

Browse files
author
Guillaume Chau
committed
fix(style): font-weight lighter => 300
1 parent 8c3ff11 commit 6fe42e9

File tree

5 files changed

+6
-6
lines changed

5 files changed

+6
-6
lines changed

packages/@vue/cli-ui-addon-webpack/src/components/WebpackDashboard.vue

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -96,7 +96,7 @@ export default {
9696
.title
9797
color lighten($vue-ui-color-dark, 60%)
9898
font-size 20px
99-
font-weight lighter
99+
font-weight 300
100100
text-align center
101101
margin-bottom $padding-item
102102
@@ -108,7 +108,7 @@ export default {
108108
.info-block
109109
v-box()
110110
box-center()
111-
font-weight lighter
111+
font-weight 300
112112
text-align center
113113
114114
.label

packages/@vue/cli-ui-addon-widgets/src/components/Welcome.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ export default {
6969
7070
.title
7171
font-size 32px
72-
font-weight lighter
72+
font-weight 300
7373
text-align center
7474
margin-bottom ($padding-item * 2)
7575

packages/@vue/cli-ui/src/components/app/TopBar.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,5 +31,5 @@
3131
3232
.title
3333
font-size 28px
34-
font-weight lighter
34+
font-weight 300
3535
</style>

packages/@vue/cli-ui/src/components/content/StepWizard.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -112,7 +112,7 @@ export default {
112112
padding $padding-item
113113
font-size 24px
114114
text-align center
115-
font-weight lighter
115+
font-weight 300
116116
117117
&.hide-tabs
118118
>>> .tabs

packages/@vue/cli-ui/src/components/prompt/PromptsList.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@ export default {
7979
.group-name
8080
padding $padding-item $padding-item ($padding-item / 2)
8181
font-size 1.6em
82-
font-weight lighter
82+
font-weight 300
8383
color $vue-ui-color-accent
8484
.vue-ui-dark-mode &
8585
color lighten($vue-ui-color-accent, 60%)

0 commit comments

Comments
 (0)