diff --git a/packages/raystack/components/callout/callout.tsx b/packages/raystack/components/callout/callout.tsx index 5441aadb3..2594eed18 100644 --- a/packages/raystack/components/callout/callout.tsx +++ b/packages/raystack/components/callout/callout.tsx @@ -1,7 +1,7 @@ 'use client'; import { InfoCircledIcon } from '@radix-ui/react-icons'; -import { cva, cx, type VariantProps } from 'class-variance-authority'; +import { cva, type VariantProps } from 'class-variance-authority'; import { type ComponentProps, type CSSProperties, type ReactNode } from 'react'; import styles from './callout.module.css'; diff --git a/packages/raystack/components/select/select.module.css b/packages/raystack/components/select/select.module.css index b1ff2862a..1ad7986de 100644 --- a/packages/raystack/components/select/select.module.css +++ b/packages/raystack/components/select/select.module.css @@ -79,7 +79,6 @@ .trigger-text { border: none; - box-shadow: none; } .trigger-small { @@ -248,7 +247,8 @@ } .content:has(.comboboxContent:empty) .comboboxInput, -.content:has(.comboboxContent:not(:has(.menuitem:not([data-hidden="true"])))) .comboboxInput { +.content:has(.comboboxContent:not(:has(.menuitem:not([data-hidden="true"])))) + .comboboxInput { border-bottom: none; } @@ -275,4 +275,4 @@ .hidden { display: none; -} \ No newline at end of file +}