Skip to content

Commit e85d933

Browse files
authored
Require Background Color and Text Color
1 parent f8e9c44 commit e85d933

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

components/gmail/actions/create-label/create-label.mjs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,14 +20,14 @@ export default {
2020
label: "Text Color",
2121
description: "The text color of the label",
2222
options: labelColors,
23-
optional: true,
23+
optional: false,
2424
},
2525
backgroundColor: {
2626
type: "string",
2727
label: "Background Color",
2828
description: "The background color of the label",
2929
options: labelColors,
30-
optional: true,
30+
optional: false,
3131
},
3232
messageListVisibility: {
3333
type: "string",

0 commit comments

Comments
 (0)