We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 18d32ef commit 40f2189Copy full SHA for 40f2189
packages/comet-uswds/src/components/button/button.tsx
@@ -23,7 +23,7 @@ export interface ButtonProps {
23
| 'outline-inverse'
24
| 'unstyled';
25
/**
26
- * The size of the tag
+ * The size of the button
27
*/
28
size?: 'default' | 'big';
29
0 commit comments