Skip to content

Commit

Permalink
Done
Browse files Browse the repository at this point in the history
  • Loading branch information
JakobKlobcic committed Feb 16, 2023
1 parent 3d81f8d commit 2815982
Show file tree
Hide file tree
Showing 3 changed files with 474 additions and 375 deletions.
3 changes: 2 additions & 1 deletion lib/screens/dentist/Appointments.dart
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,8 @@ class _Appointments extends State<Appointments> {
mainAxisAlignment: MainAxisAlignment.spaceBetween,
children: [
Container(
width: 240,
height: 38,
width: 248,
decoration: BoxDecoration(
border: Border.all(color: Colors.black, width: 1),
//shape: BoxShape.circle,
Expand Down
Loading

0 comments on commit 2815982

Please sign in to comment.