Skip to content

Commit

Permalink
Merge pull request AY2425S1-CS2103-F09-1#75 from wuzengfu/fix-ui-of-role
Browse files Browse the repository at this point in the history
Fix UI of roles for not being correctly rendered
  • Loading branch information
somethingfishyfishy authored Oct 16, 2024
2 parents 8f54f97 + 305bcdd commit 6dc265c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/main/resources/view/DarkTheme.css
Original file line number Diff line number Diff line change
Expand Up @@ -337,12 +337,12 @@
-fx-background-radius: 0;
}

#tags {
#roles {
-fx-hgap: 7;
-fx-vgap: 3;
}

#tags .label {
#roles .label {
-fx-text-fill: white;
-fx-background-color: #3e7b91; /*change colour of the tag*/
-fx-padding: 1 3 1 3;
Expand Down

0 comments on commit 6dc265c

Please sign in to comment.