Skip to content

Commit dab123f

Browse files
committed
color type docs
1 parent 38f5b81 commit dab123f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

examples/official-site/sqlpage/migrations/03_alert_component.sql

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ VALUES (
3333
'alert',
3434
'color',
3535
'The color theme for the alert message.',
36-
'TEXT',
36+
'COLOR',
3737
TRUE,
3838
TRUE
3939
),
@@ -105,7 +105,7 @@ VALUES (
105105
'alert',
106106
'color',
107107
'Customize the color of the link.',
108-
'TEXT',
108+
'COLOR',
109109
FALSE,
110110
TRUE
111111
);

0 commit comments

Comments
 (0)