tweak(ui): override for the radio group in the review

pull/14197/head
David Hill 2026-02-18 19:46:50 +00:00
parent 1b67339e4d
commit 06b2304a5f
1 changed files with 8 additions and 0 deletions

View File

@ -42,6 +42,14 @@
padding-right: 1px;
}
[data-slot="session-review-actions"] [data-component="radio-group"] {
[data-slot="radio-group-wrapper"],
[data-slot="radio-group-indicator"],
[data-slot="radio-group-item-control"] {
border-radius: 6px;
}
}
[data-component="sticky-accordion-header"] {
top: 40px;
}