Skip to content

Commit 83fd528

Browse files
committed
Improving colors
1 parent 345f8c4 commit 83fd528

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

frontend/src/pages/Reports/ReportsListPage.scss

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,6 @@
55
box-shadow: none;
66

77
ion-toolbar {
8-
--background: white;
98
--border-width: 0;
109
--min-height: 60px;
1110
padding: 10px 16px;
@@ -81,7 +80,6 @@
8180

8281
&__filter {
8382
padding: 8px 16px;
84-
background-color: white;
8583
}
8684

8785
&__segment-wrapper {
@@ -94,7 +92,7 @@
9492

9593
ion-segment-button {
9694
--color: #777;
97-
--color-checked: #4355b9;
95+
--color-checked: #000;
9896
--indicator-color: white;
9997
--background-checked: white;
10098
--border-radius: 50px;

0 commit comments

Comments
 (0)