fix(Tag): color not work
This commit is contained in:
@@ -38,6 +38,8 @@ export default createComponent({
|
|||||||
if (props.textColor) {
|
if (props.textColor) {
|
||||||
style.color = props.textColor;
|
style.color = props.textColor;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
return style;
|
||||||
});
|
});
|
||||||
|
|
||||||
return () => {
|
return () => {
|
||||||
|
|||||||
Reference in New Issue
Block a user