mirror of
https://github.com/morgan9e/warehouse
synced 2026-04-14 00:04:08 +09:00
Fix broken copy icons
This commit is contained in:
@@ -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;
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -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;
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -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;
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user