[yew-devel] [PATCH yew-widget-toolkit-assets 2/4] slidable: set background-color to pwt-color-background for actions

Dominik Csapak d.csapak at proxmox.com
Tue Jun 24 14:19:16 CEST 2025


this way, an action can be colored in simply with the correct color
scheme class.

Signed-off-by: Dominik Csapak <d.csapak at proxmox.com>
---
 scss/_slidable.scss | 1 +
 1 file changed, 1 insertion(+)

diff --git a/scss/_slidable.scss b/scss/_slidable.scss
index 1fd4d74..821d554 100644
--- a/scss/_slidable.scss
+++ b/scss/_slidable.scss
@@ -20,6 +20,7 @@
     padding: 0 var(--pwt-spacer-2);
 
     color: var(--pwt-color);
+    background-color: var(--pwt-color-background);
 
     justify-content: center;
     align-items: center;
-- 
2.39.5





More information about the yew-devel mailing list