update
This commit is contained in:
parent
1b0241037d
commit
bac0d0da5b
14 changed files with 3 additions and 20 deletions
|
|
@ -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(
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue