update
This commit is contained in:
@@ -18,10 +18,10 @@ class GeneralPrimaryButton extends StatelessWidget {
|
||||
onPressed: isEnabled ? onPressed : null,
|
||||
style: ElevatedButton.styleFrom(
|
||||
backgroundColor: Theme.of(context).colorScheme.primary,
|
||||
elevation: 0,
|
||||
elevation: 5,
|
||||
minimumSize: Size(
|
||||
MediaQuery.of(context).size.width * 0.5,
|
||||
50,
|
||||
55,
|
||||
),
|
||||
shape: const RoundedRectangleBorder(
|
||||
borderRadius: BorderRadius.all(Radius.circular(50)),
|
||||
@@ -32,7 +32,7 @@ class GeneralPrimaryButton extends StatelessWidget {
|
||||
style: TextStyle(
|
||||
color: isEnabled ? Colors.white : Colors.black,
|
||||
fontWeight: FontWeight.bold,
|
||||
fontSize: 16,
|
||||
fontSize: 18,
|
||||
),
|
||||
),
|
||||
);
|
||||
|
||||
Reference in New Issue
Block a user