Skip to content

Commit

Permalink
feat: Update inactive Tab color
Browse files Browse the repository at this point in the history
Closes MPT-4885
  • Loading branch information
michal-zielonka committed Dec 9, 2024
1 parent 3abd23a commit 022a335
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion ngui/ui/src/theme.ts
Original file line number Diff line number Diff line change
Expand Up @@ -756,7 +756,8 @@ const getThemeConfig = (settings = {}) => {
fontSize: "1rem",
textTransform: "none",
padding: `20px 12px`,
margin: "0 12px 0 4px"
margin: "0 12px 0 4px",
color: "inherit"
}
}
},
Expand Down

0 comments on commit 022a335

Please sign in to comment.