File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
src/renderer/modules/components Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -60,7 +60,7 @@ export type ButtonType = React.FC<React.PropsWithChildren<ButtonProps>> & {
6060 Sizes : Record < "NONE" | "TINY" | "SMALL" | "MEDIUM" | "LARGE" | "MIN" | "MAX" | "ICON" , string > ;
6161} ;
6262
63- export const Button = getFunctionBySource < ButtonType > ( components , "button " ) ! ;
63+ export const Button = getFunctionBySource < ButtonType > ( components , "Type.PULSING_ELLIPSIS " ) ! ;
6464
6565const classes =
6666 await waitForProps < Record < "dividerDefault" | "labelRow" | "note" | "title" , string > > (
Original file line number Diff line number Diff line change @@ -31,7 +31,7 @@ export type CheckboxType = React.ComponentClass<React.PropsWithChildren<Checkbox
3131
3232export type CheckboxItemType = React . FC < React . PropsWithChildren < CheckboxProps > > ;
3333
34- export const Checkbox = getFunctionBySource < CheckboxType > ( components , "checkbox" ) ! ;
34+ export const Checkbox = getFunctionBySource < CheckboxType > ( components , 'type: "checkbox"' ) ! ;
3535
3636export const CheckboxItem = ( props : React . PropsWithChildren < CheckboxProps > ) : React . ReactElement => {
3737 return (
You can’t perform that action at this time.
0 commit comments