update tw-theme plugin

This commit is contained in:
Somrat
2025-02-20 11:42:18 +06:00
parent 19af73b4db
commit b77d2d7c9c
+2
View File
@@ -105,6 +105,8 @@ module.exports = plugin.withOptions(() => {
bg: (value) => ({ backgroundColor: value }),
text: (value) => ({ color: value }),
border: (value) => ({ borderColor: value }),
fill: (value) => ({ fill: value }),
stroke: (value) => ({ stroke: value }),
},
{ values: colorsMap, type: "color" },
);