update
This commit is contained in:
parent
06531e3959
commit
f0d6bca4f3
135 changed files with 19329 additions and 22 deletions
|
|
@ -27,7 +27,7 @@ class InputWidget extends StatelessWidget {
|
|||
decoration: InputDecoration(
|
||||
filled: true, // Enable filling the background
|
||||
fillColor: const Color.fromRGBO(255, 255, 255, 1),
|
||||
border: OutlineInputBorder(borderRadius: BorderRadius.circular(12)),
|
||||
border: OutlineInputBorder(borderRadius: BorderRadius.circular(8)),
|
||||
contentPadding: const EdgeInsets.symmetric(vertical: 10, horizontal: 24)),
|
||||
style: GoogleFonts.outfit(textStyle: const TextStyle(color: Color.fromRGBO(0, 0, 0, 1), fontSize: 16)),
|
||||
obscureText: password ?? false,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue