feat #8

Merged
ssa merged 4 commits from feat into main 2026-02-20 16:29:39 +03:00
Showing only changes of commit 6e5a453c6f - Show all commits

View File

@@ -48,7 +48,7 @@ export function EnvironmentParam({ param, onChanged, isNew }: EnvironmentParamPr
return ( return (
<div <div
className={` className={`
grid grid-cols-12 gap-2 p-2 rounded-lg transition-all duration-200 grid grid-cols-12 gap-1 p-1 rounded-lg transition-all duration-200
${isChangedClass} ${isChangedClass}
${focusedClass ? 'bg-blue-50' : 'bg-white'} ${focusedClass ? 'bg-blue-50' : 'bg-white'}
hover:bg-slate-50 hover:bg-slate-50