Skip to content

Commit

Permalink
fix(components): update select border radius
Browse files Browse the repository at this point in the history
  • Loading branch information
joshuagraber committed Nov 12, 2024
1 parent 915f046 commit 399dcf0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/InputSelect/PdapInputSelect.vue
Original file line number Diff line number Diff line change
Expand Up @@ -253,7 +253,7 @@ watch(
@layer components {
.pdap-custom-select {
@apply relative w-full bg-neutral-50 dark:bg-neutral-950 border-2 border-solid border-neutral-500 cursor-pointer text-lg;
@apply relative w-full bg-neutral-50 dark:bg-neutral-950 border-2 border-solid border-neutral-500 cursor-pointer text-lg rounded-md;
}
.pdap-custom-select-options {
Expand Down

0 comments on commit 399dcf0

Please sign in to comment.