Add primary accent color variable to tree CSS

This commit is contained in:
mr. M
2025-01-03 13:42:28 +01:00
parent 2dba594954
commit d30b713c74

View File

@@ -0,0 +1,12 @@
diff --git a/toolkit/themes/shared/tree/tree.css b/toolkit/themes/shared/tree/tree.css
index 54a53c36de93334af9b2238d461ca5a1d154419d..c4f801c8eec988c61eede60e51ad9f9127fe4e66 100644
--- a/toolkit/themes/shared/tree/tree.css
+++ b/toolkit/themes/shared/tree/tree.css
@@ -12,6 +12,7 @@
/* ::::: tree ::::: */
tree {
+ --color-accent-primary: var(--zen-primary-color, inherit);
margin: 0 4px;
background-color: Field;
color: FieldText;