Skip to content

Commit 7d46d9f

Browse files
committed
💄 update styles on button in usage page
1 parent 3d2d730 commit 7d46d9f

File tree

1 file changed

+1
-1
lines changed
  • doc/src/components/common/componentData/Button

1 file changed

+1
-1
lines changed

doc/src/components/common/componentData/Button/index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -122,7 +122,7 @@ export const componentData = {
122122
this.style = {
123123
buttonContainer: {
124124
display: "grid",
125-
gridTemplateColumns: "repeat(auto-fill, 150px)",
125+
gridTemplateColumns: "repeat(auto-fit, 150px)",
126126
gridGap: 20,
127127
alignItems: "center"
128128
}

0 commit comments

Comments
 (0)