Darken the button background & increase padding again
diff --git a/src/apps/personal/sway.nix b/src/apps/personal/sway.nix
index d4724b3..f0f397e 100644
--- a/src/apps/personal/sway.nix
+++ b/src/apps/personal/sway.nix
@@ -91,14 +91,14 @@
                     background = "#ffffff99";
                     border-bottom = "#00000000";
                     button-background = "#ffffffcc";
-                    button-padding = 5;
+                    button-padding = 10;
                     button-border-size = 0;
                 };
 
                 warning = {
                     background = "#ffffff99";
                     border-bottom = "#00000000";
-                    button-background = "#ffdf00cc";
+                    button-background = "#e6c900cc";
                 };
             };
         };