mirror of
https://github.com/signalapp/Signal-Desktop.git
synced 2025-12-20 02:08:57 +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 {
|
||||
@include preferences-icon('../images/icons/v3/internal/internal.svg');
|
||||
}
|
||||
|
||||
@@ -2383,7 +2383,7 @@ export function Preferences({
|
||||
type="button"
|
||||
className={classNames({
|
||||
Preferences__button: true,
|
||||
'Preferences__button--appearance': true,
|
||||
'Preferences__button--donations': true,
|
||||
'Preferences__button--selected': isDonationsPage(page),
|
||||
})}
|
||||
onClick={() => setPage(SettingsPage.Donations)}
|
||||
|
||||
Reference in New Issue
Block a user