feat(toggle): add --border-radius and --handle-border-radius variables (#20141)

This commit is contained in:
Liam DeBeasi
2020-01-03 12:14:02 -05:00
committed by GitHub
parent 83f77e2972
commit 02a46a1007
6 changed files with 20 additions and 5 deletions

View File

@ -9,6 +9,8 @@
* @prop --background-checked: Background of the toggle when checked
* @prop --handle-background: Background of the toggle handle
* @prop --handle-background-checked: Background of the toggle handle when checked
* @prop --border-radius: Border radius of the toggle track
* @prop --handle-border-radius: Border radius of the toggle handle
*/
/* stylelint-disable-next-line declaration-no-important */