update tw-theme plugin

This commit is contained in:
Somrat
2025-02-20 11:41:04 +06:00
parent 916fb27193
commit 9325b9a0b8
4 changed files with 7 additions and 5 deletions

View File

@@ -109,6 +109,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" },
);