From 4477d1cca7ae39a0732a8935723888103995f417 Mon Sep 17 00:00:00 2001 From: Sara Gerretsen Date: Mon, 22 Sep 2025 19:18:53 +0200 Subject: [PATCH] feat: inverted direction of panel colours --- src/style.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/style.h b/src/style.h index 45ea500..7e5131b 100644 --- a/src/style.h +++ b/src/style.h @@ -19,10 +19,10 @@ constexpr uint16_t containerGap{ 10 }; constexpr double defaultRadius{ 5.0 }; constexpr float panelBackground[] = { - .2f, .3f, .4f + .4f, .3f, .2f }; constexpr float panelBorder[] = { - .3f, .4f, .5f + .5f, .4f, .3f }; constexpr Clay_Padding panelPadding = {