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