Skip to content

Commit

Permalink
(fix) O3-3004: Home Dashboard Background Color should be gray (openmr…
Browse files Browse the repository at this point in the history
  • Loading branch information
mogoodrich authored Mar 27, 2024
1 parent 2bfbdb5 commit 06ba397
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packages/esm-home-app/src/dashboard/home-dashboard.scss
Original file line number Diff line number Diff line change
Expand Up @@ -5,10 +5,10 @@
display: flex;
flex-direction: column;
margin: 0;
// Full vertical height minus the primary navigation menu height
// Full vertical height minus the primary navigation menu height
height: calc(100vh - 3rem);
margin-left: 16rem;
background-color: colors.$white-0;
background-color: colors.$gray-10;

& a {
width: 100%;
Expand Down

0 comments on commit 06ba397

Please sign in to comment.