This is an automated email from the ASF dual-hosted git repository.
riemer pushed a commit to branch dev
in repository https://gitbox.apache.org/repos/asf/streampipes.git
The following commit(s) were added to refs/heads/dev by this push:
new ec7e9eb188 style: Fix container color
ec7e9eb188 is described below
commit ec7e9eb188b89eeed6a1daf622365ab42c1a24bf
Author: Dominik Riemer <[email protected]>
AuthorDate: Thu Dec 11 16:35:27 2025 +0100
style: Fix container color
---
ui/src/scss/sp/sp-theme.scss | 1 +
1 file changed, 1 insertion(+)
diff --git a/ui/src/scss/sp/sp-theme.scss b/ui/src/scss/sp/sp-theme.scss
index 3a824e35e9..19602220a9 100644
--- a/ui/src/scss/sp/sp-theme.scss
+++ b/ui/src/scss/sp/sp-theme.scss
@@ -54,6 +54,7 @@ html {
surface-container: light-dark(#f5f5f5, #161616),
surface-container-low: light-dark(#fafafa, #121212),
surface-container-high: light-dark(#eeeeee, #1c1c1c),
+ surface-container-highest: light-dark(#e0e0e0, #2a2a2a),
on-surface: light-dark(#1a1a1a, #e6e6e6),
on-surface-variant: light-dark(#5e5e5e, #b5b5b5),
surface-tint: transparent,