Skip to content

Commit 9bbffb8

Browse files
committed
👌 FB CodeRabbit: Better border-radius
1 parent 1667d0f commit 9bbffb8

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

personalization-webcomponents/src/components/ChecklistCard.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -105,7 +105,7 @@ function gotoChecklist(checklistId: string) {
105105
.card-header-icon {
106106
margin-right: 16px;
107107
border: 1px solid var(--color-neutrals-blue);
108-
border-radius: 56px;
108+
border-radius: 50%;
109109
}
110110
111111
.pt-8 {

personalization-webcomponents/src/components/checklist-checked-circle.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ defineProps<{
1515
.circle {
1616
width: 20px;
1717
height: 20px;
18-
border-radius: 24px;
18+
border-radius: 50%;
1919
border: 2px solid var(--color-brand-main-blue);
2020
}
2121

0 commit comments

Comments
 (0)