mirror of
https://github.com/toeverything/AFFiNE.git
synced 2026-08-02 18:09:58 +08: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 type { KeyboardEvent, ReactElement } from 'react';
|
||||||
import { useCallback, useEffect, useState } from 'react';
|
import { useCallback, useEffect, useState } from 'react';
|
||||||
|
|
||||||
@@ -55,6 +56,9 @@ export const RenameModal = ({
|
|||||||
}}
|
}}
|
||||||
items={
|
items={
|
||||||
<Input
|
<Input
|
||||||
|
inputStyle={{
|
||||||
|
fontSize: cssVar('fontBase'),
|
||||||
|
}}
|
||||||
autoFocus
|
autoFocus
|
||||||
autoSelect
|
autoSelect
|
||||||
value={value}
|
value={value}
|
||||||
|
|||||||
Reference in New Issue
Block a user