File tree 2 files changed +2
-2
lines changed
src/components/pages/front
2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -94,7 +94,7 @@ const FeedbackSection = () => {
94
94
</ motion . div > }
95
95
{ ( response && response . success ) && < motion . div
96
96
key = "success"
97
- className = "py- 8 text-xl font-semibold text-green-500"
97
+ className = "p-4 my- 8 text-xl font-semibold text-green-500 rounded-md bg-primary/10 "
98
98
variants = { fadeAnim }
99
99
initial = "in"
100
100
animate = "anim"
Original file line number Diff line number Diff line change @@ -119,7 +119,7 @@ const SignupSection = () => {
119
119
</ motion . div > }
120
120
{ ( response && response . success ) && < motion . div
121
121
key = "success"
122
- className = "py -4 mb-8 text-xl font-semibold text-green-500"
122
+ className = "p -4 mb-8 text-xl font-semibold text-green-500 rounded-md bg-primary/10 "
123
123
variants = { fadeAnim }
124
124
initial = "in"
125
125
animate = "anim"
You can’t perform that action at this time.
0 commit comments