Skip to content

Commit

Permalink
Merge pull request #55 from infinum/fix/column-gradient-direction
Browse files Browse the repository at this point in the history
Fix column gradient top direction
  • Loading branch information
piqusy authored Oct 7, 2024
2 parents 0329103 + 26d04fc commit 821efb9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion blocks/init/src/Blocks/custom/column/manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -569,7 +569,7 @@
},
"columnGradientDirection": {
"twClasses": {
"to-t": "bg-gradient-to-r",
"to-t": "bg-gradient-to-t",
"to-tr": "bg-gradient-to-tr",
"to-r": "bg-gradient-to-r",
"to-br": "bg-gradient-to-br",
Expand Down

0 comments on commit 821efb9

Please sign in to comment.