Compare commits
3 Commits
version_13
...
main
| Author | SHA1 | Date | |
|---|---|---|---|
| f22083e0e0 | |||
| 673704dd49 | |||
| 8af5c46a81 |
@@ -7,15 +7,15 @@
|
||||
--foreground: #e0e0e0;;
|
||||
--primary-cta: #ffcc00;;
|
||||
--secondary-cta: #33334d;;
|
||||
--accent: #ff6600;;
|
||||
--accent: #ff0000;;
|
||||
--background-accent: #4d4d66;; */
|
||||
|
||||
--background: #1a1a2e;;
|
||||
--background: url('path/to/image.jpg');;
|
||||
--card: #1e1e2f;;
|
||||
--foreground: #e0e0e0;;
|
||||
--primary-cta: #ffcc00;;
|
||||
--secondary-cta: #33334d;;
|
||||
--accent: #ff6600;;
|
||||
--accent: #ff0000;;
|
||||
--background-accent: #4d4d66;;
|
||||
|
||||
/* text sizing - set by ThemeProvider */
|
||||
|
||||
@@ -116,10 +116,10 @@ const TestimonialCard = memo(({
|
||||
)}
|
||||
|
||||
<div className="relative">
|
||||
<Heart className="absolute top-0 right-0 h-5 w-auto text-red-500" strokeWidth={1.5} />
|
||||
<p className={cls("relative z-1 text-lg leading-[1.2]", shouldUseLightText ? "text-background" : "text-foreground", testimonialClassName)}>
|
||||
{testimonial.testimonial}
|
||||
</p>
|
||||
<Heart className="absolute top-0 right-0 h-5 w-auto text-red-500" strokeWidth={1.5} />
|
||||
</div>
|
||||
</div>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user