Merge pull request 'update modern colors tables' (#501) from fix/bug-74983 into release/v9.0.0

This commit is contained in:
Julia Radzhabova
2025-06-09 08:27:38 +00:00
2 changed files with 3 additions and 3 deletions

View File

@ -282,8 +282,8 @@
// radio
--rb-size: 14px;
--rb-check-mark-size: 2px;
--rb-check-mark-background: var(--background-normal);
--rb-check-mark-size: 3px;
--rb-check-mark-background: #fff;
--rb-background-normal: var(--background-normal);
--rb-background-normal-hover: #585858;
--rb-background-checked-hover: #4A87E7;

View File

@ -284,7 +284,7 @@
// radio
--rb-size: 14px;
--rb-check-mark-size: 2px;
--rb-check-mark-size: 3px;
--rb-check-mark-background: var(--background-normal);
--rb-background-normal: var(--background-normal);
--rb-background-normal-hover: #F9F9F9;