Change radio button border colour to match design (#7087)

pull/21833/head
Andy Balaam 2021-11-10 09:34:21 +00:00 committed by GitHub
parent 286388bc7b
commit 50ff00084f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -20,7 +20,7 @@ limitations under the License.
*/
.mx_StyledRadioButton {
$radio-circle-color: $muted-fg-color;
$radio-circle-color: $quaternary-content;
$active-radio-circle-color: $accent-color;
position: relative;