Skip to content

Commit 7574612

Browse files
committed
fix button color name description
#409
1 parent 063a626 commit 7574612

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/official-site/sqlpage/migrations/18_button.sql

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ INSERT INTO parameter(component, name, description, type, top_level, optional) S
1212
('shape', 'Shape of the buttons (e.g., pill, square)', 'TEXT', TRUE, TRUE),
1313
-- Item-level parameters (for each button)
1414
('link', 'The URL to which the button should navigate when clicked. If the form attribute is specified, then this overrides the page to which the form is submitted.', 'URL', FALSE, TRUE),
15-
('color', 'The color of the button (e.g., red, green, blue, but also primary, warning, danger, orange, etc.).', 'COLOR', FALSE, TRUE),
15+
('color', 'The color of the button (e.g., red, green, blue, but also primary, warning, danger, etc.).', 'COLOR', FALSE, TRUE),
1616
('title', 'The text displayed on the button.', 'TEXT', FALSE, TRUE),
1717
('tooltip', 'Text displayed when the user hovers over the button.', 'TEXT', FALSE, TRUE),
1818
('disabled', 'Whether the button is disabled or not.', 'BOOLEAN', FALSE, TRUE),

0 commit comments

Comments
 (0)