mirror of
https://github.com/signalapp/Signal-Desktop.git
synced 2026-04-19 16:08:34 +01:00
Update icons to v3
This commit is contained in:
committed by
Josh Perez
parent
be60b3d225
commit
51d1a62f70
@@ -33,14 +33,14 @@
|
||||
&__icon {
|
||||
@include light-theme {
|
||||
@include color-svg(
|
||||
'../images/icons/v2/chevron-down-20.svg',
|
||||
'../images/icons/v3/chevron/chevron-down.svg',
|
||||
$color-gray-75
|
||||
);
|
||||
}
|
||||
|
||||
@include dark-theme {
|
||||
@include color-svg(
|
||||
'../images/icons/v2/chevron-down-20.svg',
|
||||
'../images/icons/v3/chevron/chevron-down.svg',
|
||||
$color-gray-15
|
||||
);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user