File tree Expand file tree Collapse file tree 2 files changed +4
-7
lines changed
packages/react/src/components/CollapsibleNavbarItem Expand file tree Collapse file tree 2 files changed +4
-7
lines changed Original file line number Diff line number Diff line change @@ -109,7 +109,7 @@ const CollapsibleNavbarItem: ForwardRefExoticComponent<CollapsibleNavbarItemProp
109
109
{ ...otherSubItemProps }
110
110
>
111
111
< ListItemIcon > { subItemIcon } </ ListItemIcon >
112
- < ListItemText secondary = { subItemName } />
112
+ < ListItemText primary = { subItemName } />
113
113
{ open && subItemTag ? (
114
114
< Chip
115
115
label = { subItemTag }
Original file line number Diff line number Diff line change 99
99
.oxygen-list-sub-item-button {
100
100
border-radius : 0 ;
101
101
transition : all 0.2s ;
102
- padding : 6px 14px ;
102
+ padding : 6px 12px ;
103
+ color : var (--oxygen-palette-secondary-contrastText );
103
104
104
105
& :last-child {
105
106
border-bottom-left-radius : var (--oxygen-shape-borderRadius );
109
110
.oxygen-list-item-icon {
110
111
min-width : 0 ;
111
112
padding : 0 1px ;
112
-
113
- svg {
114
- width : 12px ;
115
- }
116
113
}
117
114
118
115
.oxygen-list-item-text {
163
160
.oxygen-list-sub-item-button {
164
161
justify-content : initial ;
165
162
transition : all 0.2s ;
166
- padding-left : 30 px ;
163
+ padding-left : 40 px ;
167
164
168
165
.oxygen-list-item-icon {
169
166
margin-right : 10px ;
You can’t perform that action at this time.
0 commit comments