Skip to content

Commit

Permalink
Merge pull request nus-cs2103-AY2223S1#78 from yunruu/72-update-conta…
Browse files Browse the repository at this point in the history
…cts-ui

Fix: update Contacts Tab UI
  • Loading branch information
jasonqiu212 authored Oct 20, 2022
2 parents ef912da + 3b6c46e commit 85573c9
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 @@ -91,7 +91,7 @@
.list-view {
-fx-background-insets: 0;
-fx-padding: 0;
-fx-background-color: derive(#1d1d1d, 20%);
-fx-background-color: derive(#E4E4E7, 20%);
}

.list-cell {
Expand Down Expand Up @@ -360,7 +360,7 @@
}

#resultDisplay .content {
-fx-background-color: transparent, #E4E4E7, transparent, #E4E4E7;
-fx-background-color: transparent, derive(#E4E4E7, 20%), transparent, derive(#E4E4E7, 20%);
-fx-background-radius: 0;
}

Expand Down

0 comments on commit 85573c9

Please sign in to comment.