Skip to content

Commit

Permalink
fix(Autocomplete): fix box shadow
Browse files Browse the repository at this point in the history
  • Loading branch information
gravitano committed Jun 12, 2023
1 parent a47255f commit cbaf2f5
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions packages/themes/src/morpheme/_autocomplete.scss
Original file line number Diff line number Diff line change
Expand Up @@ -214,9 +214,7 @@
text-align: left;
font-size: var(--size-font-sm);
border-radius: var(--border-radius-lg);
// box-shadow: var(--effect-shadow-md);
box-shadow: 0 0 0 1px rgba(16, 24, 40, 0.05),
0 1px 2px rgba(16, 24, 40, 0.15);
box-shadow: var(--effect-shadow-md);
max-height: 15rem;
transition-property: color, background-color, border-color,
text-decoration-color, fill, stroke, opacity, box-shadow, transform,
Expand Down

0 comments on commit cbaf2f5

Please sign in to comment.