mirror of
https://github.com/home-assistant/frontend.git
synced 2025-11-09 02:49:51 +00:00
Use border radius design tokens in codebase (#27169)
Co-authored-by: Simon Lamon <32477463+silamon@users.noreply.github.com>
This commit is contained in:
@@ -227,7 +227,7 @@ class HaInputSelectForm extends LitElement {
|
||||
}
|
||||
.option {
|
||||
border: 1px solid var(--divider-color);
|
||||
border-radius: 4px;
|
||||
border-radius: var(--ha-border-radius-sm);
|
||||
margin-top: 4px;
|
||||
--mdc-icon-button-size: 24px;
|
||||
--mdc-ripple-color: transparent;
|
||||
|
||||
Reference in New Issue
Block a user