fix(component): adjust renaming style (#7654)

This commit is contained in:
CatsJuice
2024-07-31 02:26:33 +00:00
parent 12a2f929f8
commit 083123cdfb
2 changed files with 6 additions and 4 deletions

View File

@@ -45,6 +45,7 @@ export const RenameModal = ({
onPointerDownOutside: handleRename,
sideOffset: -12,
onClick: e => e.stopPropagation(),
style: { borderRadius: 10, padding: 8 },
}}
items={
<Input
@@ -55,7 +56,7 @@ export const RenameModal = ({
onEnter={handleRename}
onKeyDown={onKeyDown}
data-testid="rename-modal-input"
style={{ width: 220, height: 34 }}
style={{ width: 220, height: 34, borderRadius: 4 }}
/>
}
>