Skip to content

Commit ec01c9e

Browse files
committed
update color for selected option in picker
1 parent 4a2abf8 commit ec01c9e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/libs/theme/styles/globals.scss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -630,7 +630,7 @@ $picker-list-offset-lg: calc(($picker-list-width-lg - $picker-width-lg) / 2);
630630
transform: translateY(-50%);
631631
height: 0.375rem;
632632
width: 0.375rem;
633-
background-color: var(--color_fg_selected);
633+
background-color: var(--color_fg_bold);
634634
border-radius: 50%;
635635
}
636636
}

0 commit comments

Comments
 (0)