diff --git a/styleguide.css b/styleguide.css index 2bbbd93..236df42 100644 --- a/styleguide.css +++ b/styleguide.css @@ -1689,6 +1689,11 @@ section + section { gap: var(--spacing-small); } + #component-radio-field .sg-radio-activatable-group__choice > span { + color: var(--text-control-default); + opacity: 1; + } + #component-radio-field .sg-checkbox-field-option { display: grid; grid-template-columns: calc(var(--interaction-height) * 6) minmax(0, 1fr);