fix(auth): remove boxShadow from gradient_button.dart
This commit is contained in:
parent
612ed18473
commit
45eda72966
1 changed files with 0 additions and 14 deletions
|
@ -98,20 +98,6 @@ class _GradientButtonState extends State<GradientButton> {
|
|||
decoration: BoxDecoration(
|
||||
borderRadius: BorderRadius.circular(widget.borderRadius),
|
||||
color: const Color(0xFF531DAB),
|
||||
boxShadow: [
|
||||
const BoxShadow(
|
||||
color: Color(0xFF000000),
|
||||
offset: Offset(0, 2),
|
||||
spreadRadius: 0,
|
||||
blurRadius: 2,
|
||||
),
|
||||
BoxShadow(
|
||||
color: const Color(0xFF9254DE).withOpacity(0.32),
|
||||
offset: const Offset(0, 0),
|
||||
spreadRadius: 0,
|
||||
blurRadius: 20,
|
||||
),
|
||||
],
|
||||
),
|
||||
),
|
||||
if (!isTapped)
|
||||
|
|
Loading…
Add table
Reference in a new issue