Skip to content
This repository has been archived by the owner on Aug 7, 2024. It is now read-only.

Commit

Permalink
fix: premium settings dark mode
Browse files Browse the repository at this point in the history
  • Loading branch information
eddiejaoude committed Sep 4, 2023
1 parent 12a0ed8 commit 7c19fd7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pages/account/manage/premium.js
Original file line number Diff line number Diff line change
Expand Up @@ -104,14 +104,14 @@ export default function ManageSettings({ settings, accountType, BASE_URL }) {
<legend className="sr-only">Premium features</legend>
<div className="sm:grid sm:grid-cols-3 sm:items-baseline sm:gap-4 sm:py-6">
<div
className="text-sm font-semibold leading-6 text-gray-900"
className="text-sm font-semibold leading-6 text-primary-medium dark:text-primary-low"
aria-hidden="true"
>
Premium features
</div>
<div className="mt-1 sm:col-span-2 sm:mt-0">
<div className="max-w-lg">
<p className="text-sm leading-6 text-gray-600">
<p className="text-sm leading-6 text-primary-medium dark:text-primary-low">
These are active while you are a Premium member.
</p>
<div className="mt-6 space-y-6">
Expand Down

0 comments on commit 7c19fd7

Please sign in to comment.