container ui fix
This commit is contained in:
+2
-8
@@ -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,
|
||||||
|
|||||||
Reference in New Issue
Block a user