Skip to content

Commit 3e9877c

Browse files
authored
Add missing button lightweight appearnce in react (#8)
1 parent 57a7442 commit 3e9877c

File tree

1 file changed

+1
-1
lines changed
  • packages/react-components/src/button

1 file changed

+1
-1
lines changed

packages/react-components/src/button/index.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ const { wrap } = provideReactWrapper(React, provideJupyterDesignSystem());
1212

1313
export const Button: React.DetailedHTMLFactory<
1414
React.HTMLAttributes<HTMLElement> & {
15-
appearance?: 'accent' | 'neutral' | 'outline' | 'stealth';
15+
appearance?: 'accent' | 'lightweight' | 'neutral' | 'outline' | 'stealth';
1616
'aria-label'?: string;
1717
autofocus?: boolean;
1818
disabled?: boolean;

0 commit comments

Comments
 (0)