From 26d04fc204dfd36642ca7f14b55f7034fd455fa7 Mon Sep 17 00:00:00 2001 From: Ivan Ramljak Date: Fri, 4 Oct 2024 22:12:55 +0200 Subject: [PATCH] Fix column gradient top direction --- blocks/init/src/Blocks/custom/column/manifest.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/blocks/init/src/Blocks/custom/column/manifest.json b/blocks/init/src/Blocks/custom/column/manifest.json index 4456344..ffdc71e 100644 --- a/blocks/init/src/Blocks/custom/column/manifest.json +++ b/blocks/init/src/Blocks/custom/column/manifest.json @@ -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",