Skip to content

Commit

Permalink
fix a11y variant display
Browse files Browse the repository at this point in the history
  • Loading branch information
Ennoriel committed Jan 12, 2024
1 parent f0a9ef8 commit b983915
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "svelte-awesome-color-picker",
"version": "3.0.0-beta.13",
"version": "3.0.0-beta.14",
"description": "A highly customizable color picker component library",
"homepage": "https://svelte-awesome-color-picker.vercel.app",
"repository": {
Expand Down Expand Up @@ -68,4 +68,4 @@
"svelte",
"color picker"
]
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,7 @@ import { A11yVariant } from 'svelte-awesome-color-picker';
border: 1px solid var(--cp-border-color, black);
border-radius: 12px;
display: none;
width: max-content;
}
.is-open {
display: block;
Expand Down

0 comments on commit b983915

Please sign in to comment.