diff --git a/src/assets/theme/red.scss b/src/assets/theme/red.scss index f0b981c95968d4af23990524bbc665db3511b52b..f3750d357993acc7b2f22cdc0cdbc4667eeb8d2d 100644 --- a/src/assets/theme/red.scss +++ b/src/assets/theme/red.scss @@ -85,4 +85,22 @@ body[data-theme='red'] { } } + .ant-radio-group{ + .ant-radio-button-wrapper-checked:not(.ant-radio-button-wrapper-disabled)::before{ + background-color: $linx-red-theme; + } + span { + color: $linx-red-theme; + } + .ant-radio-button-wrapper:first-child{ + border-radius: 20px 0 0 20px; + } + .ant-radio-button-wrapper:last-child{ + border-radius: 0 20px 20px 0; + } + .ant-radio-button-wrapper-checked { + border: 1px solid $linx-red-theme; + } + } + }