This commit is contained in:
Patrick Alvin Alcala 2025-02-17 11:07:56 +08:00
parent 06531e3959
commit f0d6bca4f3
135 changed files with 19329 additions and 22 deletions

View file

@ -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,