mirror of
https://github.com/toeverything/AFFiNE.git
synced 2026-02-11 20:08:37 +00:00
chore: adjust rename input font size (#11758)
close AF-1974 
This commit is contained in:
@@ -1,3 +1,4 @@
|
||||
import { cssVar } from '@toeverything/theme';
|
||||
import type { KeyboardEvent, ReactElement } from 'react';
|
||||
import { useCallback, useEffect, useState } from 'react';
|
||||
|
||||
@@ -55,6 +56,9 @@ export const RenameModal = ({
|
||||
}}
|
||||
items={
|
||||
<Input
|
||||
inputStyle={{
|
||||
fontSize: cssVar('fontBase'),
|
||||
}}
|
||||
autoFocus
|
||||
autoSelect
|
||||
value={value}
|
||||
|
||||
Reference in New Issue
Block a user