Skip to content

Commit 06b2304

Browse files
committed
tweak(ui): override for the radio group in the review
1 parent 1b67339 commit 06b2304

1 file changed

Lines changed: 8 additions & 0 deletions

File tree

packages/ui/src/components/session-review.css

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,14 @@
4242
padding-right: 1px;
4343
}
4444

45+
[data-slot="session-review-actions"] [data-component="radio-group"] {
46+
[data-slot="radio-group-wrapper"],
47+
[data-slot="radio-group-indicator"],
48+
[data-slot="radio-group-item-control"] {
49+
border-radius: 6px;
50+
}
51+
}
52+
4553
[data-component="sticky-accordion-header"] {
4654
top: 40px;
4755
}

0 commit comments

Comments
 (0)