From 19fb08882ac9eb5c788db66d297407d358ee5212 Mon Sep 17 00:00:00 2001 From: TheoryOfNekomata Date: Mon, 4 Sep 2023 17:09:59 +0800 Subject: [PATCH] Fix styles Update blob styles. --- .../web/blob/react/src/components/FileSelectBox/index.tsx | 6 +++--- .../choice/react/src/components/DropdownSelect/index.tsx | 2 ++ .../web/choice/react/src/components/MenuSelect/index.tsx | 3 +++ .../web/choice/react/src/components/RadioButton/index.tsx | 4 ++-- 4 files changed, 10 insertions(+), 5 deletions(-) diff --git a/categories/web/blob/react/src/components/FileSelectBox/index.tsx b/categories/web/blob/react/src/components/FileSelectBox/index.tsx index fb41ad7..39a862b 100644 --- a/categories/web/blob/react/src/components/FileSelectBox/index.tsx +++ b/categories/web/blob/react/src/components/FileSelectBox/index.tsx @@ -441,12 +441,12 @@ export const FileSelectBox = React.forwardRef
0, diff --git a/categories/web/choice/react/src/components/DropdownSelect/index.tsx b/categories/web/choice/react/src/components/DropdownSelect/index.tsx index 530427c..8720b40 100644 --- a/categories/web/choice/react/src/components/DropdownSelect/index.tsx +++ b/categories/web/choice/react/src/components/DropdownSelect/index.tsx @@ -69,6 +69,8 @@ export const dropdownSelectPlugin: tailwind.PluginCreator = ({ addComponents }) }); }; +// todo remove bg-negative + /** * Component for selecting a single value from a dropdown. */ diff --git a/categories/web/choice/react/src/components/MenuSelect/index.tsx b/categories/web/choice/react/src/components/MenuSelect/index.tsx index 357991f..0872fc0 100644 --- a/categories/web/choice/react/src/components/MenuSelect/index.tsx +++ b/categories/web/choice/react/src/components/MenuSelect/index.tsx @@ -59,6 +59,9 @@ export interface MenuSelectProps extends Omit { addComponents({ '.menu-select': { diff --git a/categories/web/choice/react/src/components/RadioButton/index.tsx b/categories/web/choice/react/src/components/RadioButton/index.tsx index 450e7c6..9d8409c 100644 --- a/categories/web/choice/react/src/components/RadioButton/index.tsx +++ b/categories/web/choice/react/src/components/RadioButton/index.tsx @@ -97,9 +97,9 @@ export const RadioButton = React.forwardRef