fix: icon name

This commit is contained in:
0xMRTT 2022-08-22 15:56:22 +02:00
parent 9e8f9e2d65
commit 02948a9e99

View file

@ -6,7 +6,7 @@ template GradiencePresetRow : Adw.ActionRow {
[suffix]
Button apply_button {
valign: center;
icon-name: "checkmark";
icon-name: "checkmark-small";
tooltip-text: _("Apply preset");
clicked => on_apply_button_clicked();
}