We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8bb8c1e commit 1293090Copy full SHA for 1293090
personalization-webcomponents/src/components/checklist-checked-circle.vue
@@ -16,10 +16,10 @@ defineProps<{
16
width: 20px;
17
height: 20px;
18
border-radius: 50%;
19
- border: 2px solid var(--color-brand-main-blue);
+ border: 2px solid var(--color-neutrals-grey);
20
}
21
22
.circle.checked {
23
- background-color: var(--color-brand-main-blue);
+ background-color: #9CA8B3;
24
25
</style>
0 commit comments