Text field icon changed

This commit is contained in:
Juan Gilsanz Polo 2022-10-20 01:12:59 +02:00
parent 276e310ae5
commit 28d60c462d

View file

@ -133,7 +133,7 @@ class _CacheConfigDnsScreenState extends State<CacheConfigDnsScreen> {
controller: controller,
onChanged: onChanged,
decoration: InputDecoration(
prefixIcon: const Icon(Icons.timer_rounded),
prefixIcon: const Icon(Icons.storage_rounded),
border: const OutlineInputBorder(
borderRadius: BorderRadius.all(
Radius.circular(10)