This commit is contained in:
Patrick Alvin Alcala 2025-03-06 16:17:06 +08:00
parent 1b0241037d
commit bac0d0da5b
14 changed files with 3 additions and 20 deletions

View file

@ -33,7 +33,7 @@ class InputWidget extends StatelessWidget {
fillColor: const Color.fromRGBO(255, 255, 255, 1),
border: OutlineInputBorder(borderRadius: BorderRadius.circular(4)),
contentPadding: const EdgeInsets.symmetric(vertical: 0, horizontal: 14),
prefixIcon: placeholder != null ? Icon(Icons.search, color: Colors.grey) : null,
prefixIcon: Icon(Icons.search, color: Colors.grey),
hintText: placeholder),
style: GoogleFonts.inter(
textStyle: const TextStyle(