Skip to content

Commit

Permalink
ring around dropdown
Browse files Browse the repository at this point in the history
  • Loading branch information
siddiquipro committed Oct 26, 2023
1 parent 0897620 commit 187cddf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/masc/src/components/dropdown/s-dropdown.vue
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<template>
<s-popper hover :distance="props.distance" arrow class="bg-base-100 rounded shadow-2xl">
<s-popper hover :distance="props.distance" arrow class="bg-base-100 rounded ring-1 ring-base-300 shadow-2xl">
<slot tabindex="0"></slot>
<template #content="{ close }">
<div @click="close">
Expand Down

0 comments on commit 187cddf

Please sign in to comment.