Fix SignIn circle buttons colors
This commit is contained in:
@@ -76,7 +76,12 @@ controls:
|
||||
color background: colors.strongBackground
|
||||
|
||||
button:
|
||||
color background: colors.inputBackground
|
||||
color background: colors.inputBackground
|
||||
color disabledBackground:
|
||||
hsluv(0, 0, colors.intensity * 2, Math.min(0.6, opacity))
|
||||
color checkedBackground:
|
||||
hsluv(0, 0, colors.intensity * 40, Math.min(0.6, opacity))
|
||||
|
||||
color hoveredOverlay: hsluv(0, 0, 100)
|
||||
color text: colors.text
|
||||
color disabledText: colors.dimmerText
|
||||
|
||||
Reference in New Issue
Block a user