Skip to content

Commit 4e11b69

Browse files
committed
fix: icon rounded color prop requirement
1 parent 8096edd commit 4e11b69

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/components/IconRounded.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ defineProps({
99
},
1010
color: {
1111
type: String,
12-
default: null,
12+
required: true,
1313
},
1414
w: {
1515
type: String,

0 commit comments

Comments
 (0)