mirror of
https://github.com/signalapp/Signal-Desktop.git
synced 2025-12-20 10:19:08 +00:00
Fix icon for preferences donations
This commit is contained in:
@@ -300,6 +300,10 @@ $secondary-text-color: light-dark(
|
|||||||
);
|
);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
&--donations {
|
||||||
|
@include preferences-icon('../images/icons/v3/heart/heart.svg');
|
||||||
|
}
|
||||||
|
|
||||||
&--internal {
|
&--internal {
|
||||||
@include preferences-icon('../images/icons/v3/internal/internal.svg');
|
@include preferences-icon('../images/icons/v3/internal/internal.svg');
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -2383,7 +2383,7 @@ export function Preferences({
|
|||||||
type="button"
|
type="button"
|
||||||
className={classNames({
|
className={classNames({
|
||||||
Preferences__button: true,
|
Preferences__button: true,
|
||||||
'Preferences__button--appearance': true,
|
'Preferences__button--donations': true,
|
||||||
'Preferences__button--selected': isDonationsPage(page),
|
'Preferences__button--selected': isDonationsPage(page),
|
||||||
})}
|
})}
|
||||||
onClick={() => setPage(SettingsPage.Donations)}
|
onClick={() => setPage(SettingsPage.Donations)}
|
||||||
|
|||||||
Reference in New Issue
Block a user