Skip to content

Commit

Permalink
refactor: semantics
Browse files Browse the repository at this point in the history
  • Loading branch information
timoheddes committed Aug 28, 2023
1 parent 6bef305 commit 0c11880
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/libs/react-ui/src/components/Select/Select.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ export const Select: FC<ISelectProps> = forwardRef<
) {
return (
<div
className={classNames(selectVariants[variant], containerClass, {
className={classNames(containerClass, selectVariants[variant], {
[containerClassDisabled]: disabled,
})}
data-testid="kda-select"
Expand Down

0 comments on commit 0c11880

Please sign in to comment.