Skip to content

Commit

Permalink
Label font weight back to 400
Browse files Browse the repository at this point in the history
  • Loading branch information
kglovern committed Sep 19, 2023
1 parent 3ef08d8 commit 1f87029
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/app/components/SortableTable/index.css
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,10 @@ html {
-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

label {
font-weight: 400;
}

.tableContainer{
padding: 20px;
background-color: rgba(25, 53, 80, 0.5);
Expand Down

0 comments on commit 1f87029

Please sign in to comment.