mirror of
https://github.com/toeverything/AFFiNE.git
synced 2026-02-13 21:05:19 +00:00
fix(component): adjust renaming style (#7654)
This commit is contained in:
@@ -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 }}
|
||||
/>
|
||||
}
|
||||
>
|
||||
|
||||
Reference in New Issue
Block a user