fix: banner-bg-color typo
This commit is contained in:
parent
e85e6879a5
commit
a9eb75c2de
|
|
@ -6,7 +6,7 @@
|
|||
--theme-color-dark: theme("colors.indigo.700");
|
||||
--theme-color-emphasis: var(--theme-color-dark);
|
||||
--header-height: auto;
|
||||
--header-bg-color: #fff;
|
||||
--banner-bg-color: #fff;
|
||||
/* Accent color for form controls */
|
||||
accent-color: var(--theme-color);
|
||||
}
|
||||
|
|
|
|||
|
|
@ -75,7 +75,7 @@ export default function SettingsDomainsPage() {
|
|||
</p>
|
||||
<p>
|
||||
<span className="bg-zinc-200 rounded-lg px-2">
|
||||
--header-bg-color: #fff;
|
||||
--banner-bg-color: #fff;
|
||||
</span>
|
||||
</p>
|
||||
<p>
|
||||
|
|
|
|||
Loading…
Reference in New Issue