feat: 首页更新
This commit is contained in:
@@ -12,7 +12,7 @@ export const styles = createThemeStyles((colors) => ({
|
||||
backgroundColor: colors.background,
|
||||
paddingTop: 5,
|
||||
borderBottomWidth: 1,
|
||||
borderBottomColor: colors.border,
|
||||
borderBottomColor: colors.borderSecondary,
|
||||
},
|
||||
scrollView: {
|
||||
paddingHorizontal: 12,
|
||||
@@ -55,16 +55,20 @@ export const styles = createThemeStyles((colors) => ({
|
||||
},
|
||||
}));
|
||||
|
||||
export const themeStyles = createResponsiveThemeStyles({
|
||||
menuItemActive: {
|
||||
backgroundColor: '',
|
||||
export const themeStyles = createResponsiveThemeStyles(
|
||||
{
|
||||
menuItemActive: {
|
||||
backgroundColor: '',
|
||||
},
|
||||
},
|
||||
}, {
|
||||
menuItemActive: {
|
||||
backgroundColor: '',
|
||||
{
|
||||
menuItemActive: {
|
||||
backgroundColor: '',
|
||||
},
|
||||
},
|
||||
}, {
|
||||
menuItemActive: {
|
||||
backgroundColor: '',
|
||||
},
|
||||
});
|
||||
{
|
||||
menuItemActive: {
|
||||
backgroundColor: '',
|
||||
},
|
||||
}
|
||||
);
|
||||
|
||||
Reference in New Issue
Block a user