Skip to content

Commit

Permalink
feat(admin-ui): design the layout for api role management #327
Browse files Browse the repository at this point in the history
  • Loading branch information
syntrydy committed Dec 3, 2021
1 parent d121479 commit 9e7c947
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/components/SidebarMenu/SidebarMenuItem.js
Original file line number Diff line number Diff line change
Expand Up @@ -146,7 +146,7 @@ export class SidebarMenuItem extends React.Component {
itemClass.includes('submenu__entry', 0) &&
!itemClass.includes('open', 0)
) {
return { color: 'white', fontWeight: 'inherit' }
return { color: 'white', fontWeight: 'bold' }
}
return null
}
Expand Down

0 comments on commit 9e7c947

Please sign in to comment.