From 4b431a7f90e30e04727b75716a8f81a1ab85c4a4 Mon Sep 17 00:00:00 2001 From: Dogma <103559271+ArtificialDogma@users.noreply.github.com> Date: Mon, 15 Apr 2024 22:50:18 +1000 Subject: [PATCH] Various UI Tweaks - Various UI Tweaks - Added hover states to many components --- frontend/react/src/ui/components/olaccordion.tsx | 6 +++--- frontend/react/src/ui/components/ollabeltoggle.tsx | 2 +- frontend/react/src/ui/components/olnumberinput.tsx | 2 +- frontend/react/src/ui/components/olsearchbar.tsx | 4 ++-- frontend/react/src/ui/components/olstatebutton.tsx | 4 ++-- frontend/react/src/ui/components/olunitlistentry.tsx | 4 ++-- frontend/react/src/ui/panels/spawnmenu.tsx | 2 +- frontend/react/src/ui/panels/unitcontrolmenu.tsx | 4 ++-- frontend/react/src/ui/panels/unitspawnmenu.tsx | 2 +- 9 files changed, 15 insertions(+), 15 deletions(-) diff --git a/frontend/react/src/ui/components/olaccordion.tsx b/frontend/react/src/ui/components/olaccordion.tsx index 95d6d154..e58a1826 100644 --- a/frontend/react/src/ui/components/olaccordion.tsx +++ b/frontend/react/src/ui/components/olaccordion.tsx @@ -24,9 +24,9 @@ export function OlAccordion(props: { return

- diff --git a/frontend/react/src/ui/components/ollabeltoggle.tsx b/frontend/react/src/ui/components/ollabeltoggle.tsx index 7a314634..fef9317e 100644 --- a/frontend/react/src/ui/components/ollabeltoggle.tsx +++ b/frontend/react/src/ui/components/ollabeltoggle.tsx @@ -6,7 +6,7 @@ export function OlLabelToggle(props: { rightLabel: string, onClick: () => void }) { - return - +