This commit is contained in:
kramo
2023-04-10 16:34:03 +02:00
parent 39f79e118e
commit 0fb7c859d2
6 changed files with 12 additions and 11 deletions

View File

@@ -30,7 +30,7 @@ template game : Box {
reveal-child: false;
transition-type: crossfade;
Box {
Button button_play {
Button play_button {
halign: start;
margin-start: 6;
margin-end: 6;

View File

@@ -1,7 +1,7 @@
@define-color accent_color @purple_1;
@define-color accent_bg_color @purple_4;
#overview_launch {
#overview_play_button {
color: @dark_5;
background-color: @light_1;
}

View File

@@ -1,7 +1,7 @@
@define-color accent_color @purple_5;
@define-color accent_bg_color @purple_3;
#overview_launch {
#overview_play_button {
color: @light_1;
background-color: @dark_5;
opacity: 0.8;

View File

@@ -145,14 +145,15 @@ template CartridgesWindow : Adw.ApplicationWindow {
vexpand: true;
valign: center;
Button overview_launch {
name: "overview_launch";
Button overview_play_button {
name: "overview_play_button";
action-name: "app.launch_game";
label: _("Play");
halign: start;
margin-top: 24;
styles [
"opaque",
"pill",
]
}