Skip to content

Commit

Permalink
Fix tab color (#643)
Browse files Browse the repository at this point in the history
Signed-off-by: Carl Gieringer <78054+carlgieringer@users.noreply.github.com>
  • Loading branch information
carlgieringer authored Feb 17, 2024
1 parent 6dd2749 commit f8b6715
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions premiser-ui/src/NavTabs.scss
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@
text-transform: uppercase;

& > * {
color: $light-text-color;
// Apply the padding to the child so that the entire tab is clickable
padding: 10px 25px;
// Apply block so that the top/bottom padding has an effect.
Expand Down

0 comments on commit f8b6715

Please sign in to comment.