Skip to content

Commit dca4efe

Browse files
committed
Fix detected text contrast issue
1 parent dfb8b08 commit dca4efe

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

components/ProjectGroupPicker.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -351,7 +351,7 @@ onUnmounted(() => {
351351
}
352352
.pg-count {
353353
font-size: 0.74rem;
354-
color: $gray-600;
354+
color: $gray-700;
355355
flex: 1;
356356
}
357357
.pg-scroll-hint {

0 commit comments

Comments
 (0)