Skip to content

Commit 4fad3cf

Browse files
committed
chore: explaining theme differences in settings
1 parent 5e2fa1a commit 4fad3cf

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

src/pages/luxe-views/LuxeSettingsPage.jsx

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -187,6 +187,9 @@ const LuxeSettingsPage = () => {
187187
colorTheme="amber"
188188
{...toggleClasses}
189189
/>
190+
<p className="mt-4 font-outfit text-sm text-black/40 italic leading-relaxed">
191+
Note: Activating this is recommended for the Fezluxe theme, as all internal applications currently utilize the Brutalist design language.
192+
</p>
190193
</div>
191194
</div>
192195

@@ -208,6 +211,9 @@ const LuxeSettingsPage = () => {
208211
colorTheme="amber"
209212
{...toggleClasses}
210213
/>
214+
<p className="mt-4 font-outfit text-sm text-black/40 italic leading-relaxed">
215+
Note: Homepage section prioritization is currently exclusive to the Brutalist (Brufez) theme architecture.
216+
</p>
211217
</div>
212218
</div>
213219
</LuxeSection>
@@ -265,6 +271,9 @@ const LuxeSettingsPage = () => {
265271
/>
266272
</div>
267273
</div>
274+
<p className="mt-8 font-outfit text-sm text-black/40 italic leading-relaxed">
275+
Note: Global font selection is currently exclusive to the Brutalist (Brufez) theme architecture. Fezluxe utilize fixed high-fidelity typography for structural integrity.
276+
</p>
268277
</LuxeSection>
269278

270279
{/* Motion & Performance */}

0 commit comments

Comments
 (0)