container ui fix

This commit is contained in:
Fabian Freund
2026-05-26 05:59:46 +02:00
parent 8aecc92eab
commit 038cb3dffc
@@ -326,14 +326,8 @@ class ContainerEditScreen extends HookConsumerWidget {
controller: textController, controller: textController,
style: theme.textTheme.titleLarge, style: theme.textTheme.titleLarge,
decoration: InputDecoration( decoration: InputDecoration(
labelText: 'Container Name', hintText: 'Container Name',
filled: true, border: InputBorder.none,
fillColor: colorScheme.surfaceContainerHighest
.withValues(alpha: 0.6),
border: OutlineInputBorder(
borderRadius: BorderRadius.circular(16),
borderSide: BorderSide.none,
),
suffixIcon: _buildMagicWandButton( suffixIcon: _buildMagicWandButton(
context, context,
ref, ref,