We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 57a7442 commit 3e9877cCopy full SHA for 3e9877c
packages/react-components/src/button/index.tsx
@@ -12,7 +12,7 @@ const { wrap } = provideReactWrapper(React, provideJupyterDesignSystem());
12
13
export const Button: React.DetailedHTMLFactory<
14
React.HTMLAttributes<HTMLElement> & {
15
- appearance?: 'accent' | 'neutral' | 'outline' | 'stealth';
+ appearance?: 'accent' | 'lightweight' | 'neutral' | 'outline' | 'stealth';
16
'aria-label'?: string;
17
autofocus?: boolean;
18
disabled?: boolean;
0 commit comments