Skip to content

Commit

Permalink
fix: update copy setting page (#1105)
Browse files Browse the repository at this point in the history
  • Loading branch information
urmauur authored Dec 20, 2023
1 parent 6e360bd commit e21cbc7
Showing 1 changed file with 8 additions and 4 deletions.
12 changes: 8 additions & 4 deletions web/screens/Settings/Appearance/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -6,15 +6,19 @@ export default function AppearanceOptions() {
<div className="block w-full">
<div className="flex w-full items-center justify-between border-b border-border py-3 first:pt-0 last:border-none">
<div className="flex-shrink-0 space-y-1">
<h6 className="text-sm font-semibold capitalize">Themes</h6>
<p className="leading-relaxed ">Choose your default theme.</p>
<h6 className="text-sm font-semibold capitalize">
Base color scheme
</h6>
<p className="leading-relaxed ">Choose Jan default color scheme.</p>
</div>
<ToggleTheme />
</div>
<div className="flex w-full items-center justify-between border-b border-border py-3 first:pt-0 last:border-none">
<div className="flex-shrink-0 space-y-1">
<h6 className="text-sm font-semibold capitalize">Primary color</h6>
<p className="leading-relaxed ">Choose your primary color.</p>
<h6 className="text-sm font-semibold capitalize">Accent Color</h6>
<p className="leading-relaxed ">
Choose the accent color used throughout the app.
</p>
</div>
<ToggleAccent />
</div>
Expand Down

0 comments on commit e21cbc7

Please sign in to comment.