Skip to content

Commit

Permalink
fix(#4151): Radio: should use ButtonText and Highlight colors with fo…
Browse files Browse the repository at this point in the history
…rced-colors: active/HCM (#4152)
  • Loading branch information
majornista authored Mar 9, 2023
1 parent fc5f846 commit 12d98e3
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ governing permissions and limitations under the License.

@import '../commons/index.css';

:root {
.spectrum-Radio {
--spectrum-radio-radius: calc(var(--spectrum-radio-circle-diameter) / 2);
--spectrum-radio-border-width-checked: calc(calc(var(--spectrum-radio-circle-diameter) / 2) - calc(var(--spectrum-radio-circle-dot-size) / 2));

Expand Down

1 comment on commit 12d98e3

@rspbot
Copy link

@rspbot rspbot commented on 12d98e3 Mar 9, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.