Skip to content

Commit 2ced7fe

Browse files
committed
fix: fix icon position
1 parent 6141dd4 commit 2ced7fe

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@bestdoctor/ke-beta",
3-
"version": "13.2.8",
3+
"version": "13.2.9",
44
"description": "BestDoctor back-office UI constructor",
55
"author": "pro100filipp",
66
"main": "dist/index.js",

src/FormControls/FilesUpload/FilesList.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ export function FilesList({
6464
aria-label="Удалить"
6565
variant="unstyled"
6666
size="xs"
67-
icon={<X color="red" size={16} />}
67+
icon={<X color="red" size={16} style={{ margin: '0 auto' }} />}
6868
ml={2}
6969
onClick={() => deleteFile(file)}
7070
/>

0 commit comments

Comments
 (0)