mirror of
https://github.com/JGeek00/adguard-home-manager.git
synced 2025-04-23 07:19:11 +00:00
Text field icon changed
This commit is contained in:
parent
276e310ae5
commit
28d60c462d
1 changed files with 1 additions and 1 deletions
|
@ -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)
|
||||
|
|
Loading…
Add table
Reference in a new issue