mirror of
https://github.com/10h30/astroplate.git
synced 2026-06-05 15:08:00 +09:00
update tw-theme plugin
This commit is contained in:
@@ -105,6 +105,8 @@ module.exports = plugin.withOptions(() => {
|
|||||||
bg: (value) => ({ backgroundColor: value }),
|
bg: (value) => ({ backgroundColor: value }),
|
||||||
text: (value) => ({ color: value }),
|
text: (value) => ({ color: value }),
|
||||||
border: (value) => ({ borderColor: value }),
|
border: (value) => ({ borderColor: value }),
|
||||||
|
fill: (value) => ({ fill: value }),
|
||||||
|
stroke: (value) => ({ stroke: value }),
|
||||||
},
|
},
|
||||||
{ values: colorsMap, type: "color" },
|
{ values: colorsMap, type: "color" },
|
||||||
);
|
);
|
||||||
|
|||||||
Reference in New Issue
Block a user