diff --git a/apps/weblibre/lib/features/geckoview/features/tabs/presentation/screens/container_edit.dart b/apps/weblibre/lib/features/geckoview/features/tabs/presentation/screens/container_edit.dart index 0cc14a4f..62901ee3 100644 --- a/apps/weblibre/lib/features/geckoview/features/tabs/presentation/screens/container_edit.dart +++ b/apps/weblibre/lib/features/geckoview/features/tabs/presentation/screens/container_edit.dart @@ -326,14 +326,8 @@ class ContainerEditScreen extends HookConsumerWidget { controller: textController, style: theme.textTheme.titleLarge, decoration: InputDecoration( - labelText: 'Container Name', - filled: true, - fillColor: colorScheme.surfaceContainerHighest - .withValues(alpha: 0.6), - border: OutlineInputBorder( - borderRadius: BorderRadius.circular(16), - borderSide: BorderSide.none, - ), + hintText: 'Container Name', + border: InputBorder.none, suffixIcon: _buildMagicWandButton( context, ref,