mirror of
https://github.com/rowboatlabs/rowboat.git
synced 2026-06-06 19:35:44 +02:00
Update version name edit box styling
This commit is contained in:
parent
92a5b335e7
commit
ee0a443324
1 changed files with 6 additions and 2 deletions
|
|
@ -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>
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue