Skip to content

Commit

Permalink
fix(dropzone): оverlay rounding radius fixed (#881)
Browse files Browse the repository at this point in the history
  • Loading branch information
churicheva-v authored Oct 2, 2023
1 parent a3de58e commit 4486b26
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions .changeset/tidy-singers-yawn.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"@alfalab/core-components-dropzone": patch
---

Исправлен радиус скругления оверлея
2 changes: 1 addition & 1 deletion packages/dropzone/src/components/overlay/index.module.css
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
align-items: center;
justify-content: center;

border-radius: var(--border-radius-s);
border-radius: var(--border-radius-l);
background: var(--color-light-bg-secondary);

opacity: 0;
Expand Down

0 comments on commit 4486b26

Please sign in to comment.