Skip to content

Commit f8e42ce

Browse files
author
Guillaume Chau
committed
fix(prompts): color picker size
1 parent 8d7bf23 commit f8e42ce

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -62,8 +62,8 @@ export default {
6262
border-radius 50%
6363
6464
.color-picker
65-
width 300px
66-
height 370px
65+
width 300px !important
66+
height 370px !important
6767
background none
6868
box-shadow none
6969
padding ($padding-item - 4px) $padding-item

0 commit comments

Comments
 (0)