Update version name edit box styling

This commit is contained in:
akhisud3195 2025-05-06 23:12:26 +05:30
parent 92a5b335e7
commit ee0a443324

View file

@ -190,8 +190,12 @@ export function EditableField({
className="w-full" className="w-full"
classNames={{ classNames={{
...commonProps.classNames, ...commonProps.classNames,
input: "rounded-md py-2", input: clsx("rounded-md py-2", {
inputWrapper: "rounded-md border-medium py-1" "border-0 focus:outline-none pl-2": inline
}),
inputWrapper: clsx("rounded-md border-medium py-1", {
"border-0 bg-transparent": inline
})
}} }}
/>} />}
</div> </div>