Skip to content
This repository has been archived by the owner on Mar 7, 2023. It is now read-only.

Commit

Permalink
fix(appmenus): change app stage style to have font size 12px and bold
Browse files Browse the repository at this point in the history
  • Loading branch information
rhahao committed Feb 6, 2022
1 parent c6fd8d8 commit d894e20
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/components/root/AppMenus.js
Original file line number Diff line number Diff line change
Expand Up @@ -165,6 +165,8 @@ const AppMenus = (props) => {
height: '25px',
color: '#EC7063',
borderRadius: '5px',
fontSize: '12px',
fontWeight: 'bold',
}}
>
{appStage}
Expand Down

0 comments on commit d894e20

Please sign in to comment.