Skip to content

Commit

Permalink
Restored icon-width and set width of last two columns to flexible
Browse files Browse the repository at this point in the history
  • Loading branch information
SimonSimCity committed Jan 24, 2024
1 parent b09f859 commit 85c0022
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modules/figma2tailwind/convertToTailwind.ts
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ const config: Partial<Config> = {
colors,
extend: {
gridTemplateColumns: {
tracklist: "2.5rem 1fr 1fr 50px 144px"
tracklist: "3rem 1fr 1fr auto auto"
}
}
},
Expand Down

0 comments on commit 85c0022

Please sign in to comment.