From 3d99ca42b79adf3a6a6c2e60ecd481e4a4184a7f Mon Sep 17 00:00:00 2001 From: Greg Sanderson Date: Wed, 14 Feb 2024 14:19:59 +0000 Subject: [PATCH] refactor: update `SelectItem.vue` to put the check icon on the left (#340) The original shadcn library put the check on the left (for the default style) of the selected option --- apps/www/src/lib/registry/default/ui/select/SelectItem.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/www/src/lib/registry/default/ui/select/SelectItem.vue b/apps/www/src/lib/registry/default/ui/select/SelectItem.vue index 282c7cd3..b102a812 100644 --- a/apps/www/src/lib/registry/default/ui/select/SelectItem.vue +++ b/apps/www/src/lib/registry/default/ui/select/SelectItem.vue @@ -31,7 +31,7 @@ const forwardedProps = useForwardProps(delegatedProps) ) " > - +