mirror of
https://github.com/NoRedInk/noredink-ui.git
synced 2024-11-23 08:27:11 +03:00
darker border
This commit is contained in:
parent
53f280b505
commit
f189ceb9b0
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user