fix(ui): pad the toast card so its text clears the edges

This commit is contained in:
2026-08-06 21:41:57 -04:00
parent 94d298dd45
commit eac4084f80
2 changed files with 2 additions and 1 deletions
+1
View File
@@ -51,6 +51,7 @@ function M.node()
ui.box {
w = "fill",
h = HEIGHT,
pad = 12,
align = "center",
justify = "center",
background = ui.theme.face,