[Update/bugfix] Notification UI:

Expand max width for readability.
Line breaks now follow newline characters correctly.
Fixed the bug that was success progress bar was not set properly.
This commit is contained in:
Sakamoto Shiina
2025-06-09 15:30:55 +09:00
parent 8289c9f1b3
commit 35369f7394
2 changed files with 3 additions and 2 deletions

View File

@@ -24,7 +24,7 @@
--error_bc_color: #bb4448;
--error_bc_active_color: #9c3938;
--success_bc_color: --primary_600_color;
--success_bc_color: var(--primary_600_color);
--warning_color: #cb944f;
--warning_bc_color: #cf7b1b;