mirror of
https://github.com/dream-num/univer.git
synced 2026-09-01 15:29:43 +08:00
fix: defined name input style (#6306)
Co-authored-by: r.sergeev <r.sergeev@yadro.com>
This commit is contained in:
@@ -130,7 +130,7 @@ export function DefinedName({ disable }: { disable: boolean }) {
|
||||
>
|
||||
<input
|
||||
className={clsx(`
|
||||
univer-box-border univer-h-full univer-w-full univer-appearance-none univer-px-1.5
|
||||
univer-box-border univer-h-full univer-w-full univer-appearance-none univer-pl-1.5 univer-pr-5
|
||||
univer-text-gray-900
|
||||
focus:univer-outline-none
|
||||
dark:!univer-border-r-gray-700 dark:!univer-bg-gray-900 dark:!univer-text-white
|
||||
|
||||
Reference in New Issue
Block a user