Skip to content

Commit 4f9178c

Browse files
committed
Fix segment color
1 parent a8f5c92 commit 4f9178c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

frontend/src/pages/Reports/ReportDetailPage.scss

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -56,8 +56,8 @@
5656

5757
ion-segment-button {
5858
--color: var(--ion-color-medium);
59-
--color-checked: white;
60-
--background-checked: var(--ion-color-primary);
59+
--color-checked: var(--ion-color-dark);
60+
--background-checked: var(--ion-color-primary-contrast);
6161
--indicator-color: transparent;
6262
}
6363

0 commit comments

Comments
 (0)