Fix broken copy icons

This commit is contained in:
heliguy
2025-01-05 22:25:32 -05:00
parent 9b9fff3c52
commit 2600ada452
3 changed files with 3 additions and 3 deletions

View File

@@ -131,7 +131,7 @@ template $PackagesPage : Adw.BreakpointBin {
MenuButton copy_button { MenuButton copy_button {
styles ["raised"] styles ["raised"]
Adw.ButtonContent { Adw.ButtonContent {
icon-name: "warehouse:edit-copy-symbolic"; icon-name: "warehouse:copy-symbolic";
label: _("Copy"); label: _("Copy");
can-shrink: true; can-shrink: true;
} }

View File

@@ -145,7 +145,7 @@ template $SnapshotPage : Adw.BreakpointBin {
sensitive: false; sensitive: false;
styles ["raised"] styles ["raised"]
Adw.ButtonContent { Adw.ButtonContent {
icon-name: "warehouse:edit-copy-symbolic"; icon-name: "warehouse:copy-symbolic";
label: _("Copy"); label: _("Copy");
can-shrink: true; can-shrink: true;
} }

View File

@@ -86,7 +86,7 @@ template $UserDataPage : Adw.BreakpointBin {
sensitive: false; sensitive: false;
styles ["raised"] styles ["raised"]
Adw.ButtonContent { Adw.ButtonContent {
icon-name: "warehouse:edit-copy-symbolic"; icon-name: "warehouse:copy-symbolic";
label: _("Copy"); label: _("Copy");
can-shrink: true; can-shrink: true;
} }