change purple
This commit is contained in:
@@ -34,19 +34,19 @@ export function Newsletter() {
|
||||
/>
|
||||
<div className="relative mx-auto grid max-w-2xl grid-cols-1 gap-x-32 gap-y-14 xl:max-w-none xl:grid-cols-2">
|
||||
<div>
|
||||
<p className="font-display text-4xl font-medium tracking-tighter text-blue-900 sm:text-5xl">
|
||||
<p className="font-display text-4xl font-medium tracking-tighter text-purple-900 sm:text-5xl">
|
||||
Stay up to date
|
||||
</p>
|
||||
<p className="mt-4 text-lg tracking-tight text-blue-900">
|
||||
<p className="mt-4 text-lg tracking-tight text-purple-900">
|
||||
Get updates on all of our events and be the first to get
|
||||
notified when tickets go on sale.
|
||||
</p>
|
||||
</div>
|
||||
<form>
|
||||
<h3 className="text-lg font-semibold tracking-tight text-blue-900">
|
||||
<h3 className="text-lg font-semibold tracking-tight text-purple-900">
|
||||
Sign up to our newsletter <span aria-hidden="true">↓</span>
|
||||
</h3>
|
||||
<div className="mt-5 flex rounded-3xl bg-white py-2.5 pr-2.5 shadow-xl shadow-blue-900/5 focus-within:ring-2 focus-within:ring-blue-900">
|
||||
<div className="mt-5 flex rounded-3xl bg-white py-2.5 pr-2.5 shadow-xl shadow-purple-900/5 focus-within:ring-2 focus-within:ring-purple-900">
|
||||
<input
|
||||
type="email"
|
||||
required
|
||||
|
Reference in New Issue
Block a user