Skip to content

Commit 6bcde2b

Browse files
committed
Fix: stk core default height and width
1 parent a66205a commit 6bcde2b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/index.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ export const SeatToolkit = (props: ISTKProps) => {
1313
<Provider store={store}>
1414
<TooltipProvider>
1515
<div
16-
className={twMerge("stk-core", props.styles?.core?.container?.className)}
16+
className={twMerge("stk-core h-full w-full", props.styles?.core?.container?.className)}
1717
style={props.styles?.core?.container?.properties}
1818
>
1919
<Core {...props} />

0 commit comments

Comments
 (0)