darker border

This commit is contained in:
Ben Dansby 2022-06-28 07:06:05 -07:00
parent 53f280b505
commit f189ceb9b0

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