Skip to content

Commit 3323ac3

Browse files
Added default color for underline
1 parent 8bc7e75 commit 3323ac3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/plugin/utils/props.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ export const sharedProps = {
5858
name: '',
5959

6060
// ? The color of the underline - [ All Fields ] //
61-
underlineColor: '',
61+
underlineColor: 'primary',
6262

6363
// ? The style of the underline - [ All Fields ] //
6464
underlineStyle: 'dotted',

0 commit comments

Comments
 (0)