feat: 首页更新
This commit is contained in:
@@ -103,16 +103,7 @@ export function ThemedText({ style, type = 'default', ...rest }: ThemedTextProps
|
||||
},
|
||||
};
|
||||
|
||||
return (
|
||||
<Text
|
||||
style={[
|
||||
{ color },
|
||||
typeStyles[type],
|
||||
style,
|
||||
]}
|
||||
{...rest}
|
||||
/>
|
||||
);
|
||||
return <Text style={[{ color }, typeStyles[type], style]} {...rest} />;
|
||||
}
|
||||
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user