We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6141dd4 commit 2ced7feCopy full SHA for 2ced7fe
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "@bestdoctor/ke-beta",
3
- "version": "13.2.8",
+ "version": "13.2.9",
4
"description": "BestDoctor back-office UI constructor",
5
"author": "pro100filipp",
6
"main": "dist/index.js",
src/FormControls/FilesUpload/FilesList.tsx
@@ -64,7 +64,7 @@ export function FilesList({
64
aria-label="Удалить"
65
variant="unstyled"
66
size="xs"
67
- icon={<X color="red" size={16} />}
+ icon={<X color="red" size={16} style={{ margin: '0 auto' }} />}
68
ml={2}
69
onClick={() => deleteFile(file)}
70
/>
0 commit comments