Update the warning styles for swaynag
diff --git a/src/apps/personal/sway.nix b/src/apps/personal/sway.nix
index 9e2e5a9..d523c96 100644
--- a/src/apps/personal/sway.nix
+++ b/src/apps/personal/sway.nix
@@ -95,7 +95,8 @@
                 };
 
                 warning = {
-                    background = "#ffff0099";
+                    background = "#ffffff99";
+                    button-background = "#ffff00cc";
                 };
             };
         };