添加了首页上方导航栏的悬停样式

This commit is contained in:
2026-03-24 22:03:33 +08:00
parent ecc3d088a5
commit 67c78e7202
2 changed files with 58 additions and 26 deletions

View File

@@ -241,10 +241,10 @@ const styles = StyleSheet.create({
borderRadius: 12,
},
sidebarItemActive: {
backgroundColor: `${colors.primary.main}15`,
backgroundColor: `${colors.primary.main}20`,
},
sidebarItemHovered: {
backgroundColor: `${colors.primary.main}08`,
backgroundColor: `${colors.primary.main}15`,
},
sidebarItemCollapsed: {
justifyContent: 'center',