mirror of
https://github.com/grafana/grafana.git
synced 2025-02-25 18:55:37 -06:00
GrafanaUI: Update RadioButtonDot to use new radius tokens (#70494)
This commit is contained in:
parent
a77ceb099a
commit
b2f9a3a222
@ -44,7 +44,7 @@ const getStyles = (theme: GrafanaTheme2) => ({
|
||||
width: ${theme.spacing(2)} !important; /* TODO How to overcome this? Checkbox does the same 🙁 */
|
||||
height: ${theme.spacing(2)};
|
||||
border: 1px solid ${theme.colors.border.medium};
|
||||
border-radius: 50%;
|
||||
border-radius: ${theme.shape.radius.circle};
|
||||
margin: 3px 0; /* Space for box-shadow when focused */
|
||||
|
||||
:checked {
|
||||
|
Loading…
Reference in New Issue
Block a user