update tw-theme plugin
This commit is contained in:
@@ -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" },
|
||||
);
|
||||
|
||||
Reference in New Issue
Block a user