Pad the button
diff --git a/src/apps/personal/sway.nix b/src/apps/personal/sway.nix
index a7cd088..d4724b3 100644
--- a/src/apps/personal/sway.nix
+++ b/src/apps/personal/sway.nix
@@ -91,13 +91,14 @@
                     background = "#ffffff99";
                     border-bottom = "#00000000";
                     button-background = "#ffffffcc";
+                    button-padding = 5;
                     button-border-size = 0;
                 };
 
                 warning = {
                     background = "#ffffff99";
                     border-bottom = "#00000000";
-                    button-background = "#cccc00cc";
+                    button-background = "#ffdf00cc";
                 };
             };
         };