update
This commit is contained in:
parent
4586256032
commit
5840df0879
16 changed files with 45 additions and 61 deletions
|
|
@ -37,7 +37,7 @@ class DatePickerWidget extends StatelessWidget {
|
|||
border: OutlineInputBorder(borderRadius: BorderRadius.circular(10)),
|
||||
),
|
||||
readOnly: true,
|
||||
style: GoogleFonts.outfit(textStyle: TextStyle(color: Colors.white, fontSize: 16)),
|
||||
style: GoogleFonts.outfit(textStyle: const TextStyle(color: Color.fromRGBO(255, 255, 255, 1), fontSize: 16)),
|
||||
),
|
||||
Row(
|
||||
mainAxisAlignment: MainAxisAlignment.end,
|
||||
|
|
@ -46,7 +46,7 @@ class DatePickerWidget extends StatelessWidget {
|
|||
padding: const EdgeInsets.only(top: 8),
|
||||
child: Container(
|
||||
decoration: BoxDecoration(
|
||||
border: Border.all(color: Colors.white, width: 1),
|
||||
border: Border.all(color: const Color.fromRGBO(255, 255, 255, 1), width: 1),
|
||||
borderRadius: BorderRadius.circular(10),
|
||||
),
|
||||
child: TextButton(
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue