Skip to content

Commit 62ead37

Browse files
committed
Fix category and apply buttons
1 parent 526410c commit 62ead37

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

frontend/src/pages/Reports/components/FilterPanel/FilterPanel.scss

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -36,8 +36,8 @@
3636
background-color: white;
3737
border: 1px solid #838B94;
3838
border-radius: 8px;
39-
padding: 0.75rem 0.5rem;
40-
font-size: 14px;
39+
padding: 12px 8px;
40+
font-size: 13px;
4141
font-weight: 500;
4242
color: var(--ion-color-medium);
4343
transition: all 0.2s ease;
@@ -66,7 +66,7 @@
6666
font-family: var(--font-family-base);
6767
--background: #435FF0;
6868
--color: white;
69-
height: 48px;
69+
height: 60px;
7070
font-weight: 600;
7171
margin: 0;
7272
--border-radius: 12px;

0 commit comments

Comments
 (0)