Skip to content

Commit

Permalink
Fix: stk core default height and width
Browse files Browse the repository at this point in the history
  • Loading branch information
Akalanka47000 committed Jul 27, 2024
1 parent a66205a commit 6bcde2b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ export const SeatToolkit = (props: ISTKProps) => {
<Provider store={store}>
<TooltipProvider>
<div
className={twMerge("stk-core", props.styles?.core?.container?.className)}
className={twMerge("stk-core h-full w-full", props.styles?.core?.container?.className)}
style={props.styles?.core?.container?.properties}
>
<Core {...props} />
Expand Down

0 comments on commit 6bcde2b

Please sign in to comment.