添加了首页上方导航栏的悬停样式
This commit is contained in:
@@ -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',
|
||||
|
||||
Reference in New Issue
Block a user