From 9cfbea4c25f039fed45d865e66d7ab2dee5c6521 Mon Sep 17 00:00:00 2001
From: blessedcoolant <54517381+blessedcoolant@users.noreply.github.com>
Date: Mon, 12 Jun 2023 22:37:05 +1200
Subject: [PATCH] feat: Match styling of Mantine Select with InvokeAI
---
.../common/components/IAIMantineSelect.tsx | 38 ++++++++++++++++++-
.../frontend/web/src/mantine-theme/theme.ts | 16 --------
2 files changed, 37 insertions(+), 17 deletions(-)
diff --git a/invokeai/frontend/web/src/common/components/IAIMantineSelect.tsx b/invokeai/frontend/web/src/common/components/IAIMantineSelect.tsx
index 8f25e4b197..e5832519a7 100644
--- a/invokeai/frontend/web/src/common/components/IAIMantineSelect.tsx
+++ b/invokeai/frontend/web/src/common/components/IAIMantineSelect.tsx
@@ -5,7 +5,43 @@ type IAISelectProps = SelectProps;
const IAIMantineSelect = (props: IAISelectProps) => {
const { searchable = true, ...rest } = props;
- return ;
+ return (
+