Skip to content

Commit

Permalink
Merge pull request #5 from abdulbasithqb/fixes/button-group-class-update
Browse files Browse the repository at this point in the history
fixes: button group invalid class update
  • Loading branch information
abdulbasithqb authored Feb 15, 2024
2 parents 52fd018 + adca2c8 commit 921d07e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion documentation/react/button-group.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -448,7 +448,7 @@ const theme = {
base: {
initial: {
display: "flex",
flexDirection: "row",
flexDirection: "flex-row",
},
fullWidth: {
width: "w-full",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ export const buttonGroup: ButtonGroupStyleTypes = {
base: {
initial: {
display: "flex",
flexDirection: "row",
flexDirection: "flex-row",
},
fullWidth: {
width: "w-full",
Expand Down

0 comments on commit 921d07e

Please # to comment.