make contacts round again
Signed-off-by: Andrey Shovkoplyas <motor4ik@gmail.com>
This commit is contained in:
parent
3b90be2477
commit
a8bfa12da2
|
@ -43,7 +43,7 @@
|
||||||
{:width image-size
|
{:width image-size
|
||||||
:height image-size
|
:height image-size
|
||||||
:margin-right 16
|
:margin-right 16
|
||||||
:border-radius 40
|
:border-radius (/ image-size 2)
|
||||||
:border-color (colors/alpha colors/gray 0.1)
|
:border-color (colors/alpha colors/gray 0.1)
|
||||||
:border-width 1})
|
:border-width 1})
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue