Skip to content

Commit

Permalink
fix(theme-classic): fix gradient on Safari
Browse files Browse the repository at this point in the history
  • Loading branch information
sarahdayan committed Apr 23, 2021
1 parent 464fbd1 commit 1e490eb
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions packages/autocomplete-theme-classic/src/theme.scss
Original file line number Diff line number Diff line change
Expand Up @@ -983,6 +983,8 @@ body {
rgba(var(--aa-background-color-rgb), 0),
rgba(var(--aa-background-color-rgb), 1)
);
border-bottom-left-radius: calc(var(--aa-spacing) / 4);
border-bottom-right-radius: calc(var(--aa-spacing) / 4);
bottom: 0;
}

Expand Down

0 comments on commit 1e490eb

Please sign in to comment.