Skip to content

Commit

Permalink
fix: fix icon position
Browse files Browse the repository at this point in the history
  • Loading branch information
akhmyrov committed Nov 22, 2022
1 parent 6141dd4 commit 2ced7fe
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@bestdoctor/ke-beta",
"version": "13.2.8",
"version": "13.2.9",
"description": "BestDoctor back-office UI constructor",
"author": "pro100filipp",
"main": "dist/index.js",
Expand Down
2 changes: 1 addition & 1 deletion src/FormControls/FilesUpload/FilesList.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ export function FilesList({
aria-label="Удалить"
variant="unstyled"
size="xs"
icon={<X color="red" size={16} />}
icon={<X color="red" size={16} style={{ margin: '0 auto' }} />}
ml={2}
onClick={() => deleteFile(file)}
/>
Expand Down

0 comments on commit 2ced7fe

Please sign in to comment.