Merge pull request #968 from NoRedInk/dansby/radio-border

Darker radio button border
This commit is contained in:
Tessa 2022-06-28 09:48:42 -07:00 committed by GitHub
commit 7a4f4cf101
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -608,7 +608,7 @@ unselectedSvg =
]
]
|> Nri.Ui.Svg.V1.fromHtml
|> withImageBorder Colors.gray85
|> withImageBorder Colors.gray75
selectedSvg : Svg
@ -701,7 +701,7 @@ lockedSvg =
]
]
|> Nri.Ui.Svg.V1.fromHtml
|> withImageBorder Colors.gray85
|> withImageBorder Colors.gray75
withImageBorder : Color -> Svg -> Svg