From 2016e41a09e534a8d8afcb5240756ad07e45bbd0 Mon Sep 17 00:00:00 2001 From: Dmytro Soldatov Date: Thu, 23 Jul 2026 11:33:39 +0300 Subject: [PATCH] Make form element colors consistent Use the pink accent for input focus/hover and switch/slider fills instead of the old blue, and swap the blue list hover states for a neutral gray. Also fix the switch thumb padding so it's even on both sides. --- .../src/components/properties/button-property.tsx | 2 +- .../src/components/properties/number-property.tsx | 2 +- .../frontend/src/components/properties/range-property.tsx | 2 +- .../src/components/properties/select-property.tsx | 2 +- .../frontend/src/components/properties/text-property.tsx | 2 +- packages/frontend/src/components/ui/color.tsx | 4 ++-- packages/frontend/src/components/ui/slider.tsx | 2 +- packages/frontend/src/components/ui/switch.tsx | 4 ++-- packages/frontend/src/components/ui/vector2.tsx | 6 +++--- .../src/pages/assets/gpuTextures/TextureViewer.tsx | 8 ++++---- .../rendering/instructions/shared/InstructionBubble.tsx | 4 ++-- 11 files changed, 19 insertions(+), 19 deletions(-) diff --git a/packages/frontend/src/components/properties/button-property.tsx b/packages/frontend/src/components/properties/button-property.tsx index 15f3c72..db36ec7 100644 --- a/packages/frontend/src/components/properties/button-property.tsx +++ b/packages/frontend/src/components/properties/button-property.tsx @@ -8,7 +8,7 @@ export const ButtonProperty: React.FC = ({ entry }) => {