Skip to content

Commit 12d98e3

Browse files
authoredMar 9, 2023
fix(adobe#4151): Radio: should use ButtonText and Highlight colors with forced-colors: active/HCM (adobe#4152)
1 parent fc5f846 commit 12d98e3

File tree

1 file changed

+1
-1
lines changed
  • packages/@adobe/spectrum-css-temp/components/radio

1 file changed

+1
-1
lines changed
 

‎packages/@adobe/spectrum-css-temp/components/radio/index.css

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ governing permissions and limitations under the License.
1212

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

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

0 commit comments

Comments
 (0)
Failed to load comments.