Skip to content

Commit

Permalink
chore: update title dark mode style
Browse files Browse the repository at this point in the history
  • Loading branch information
boojack committed Feb 7, 2024
1 parent cdfb015 commit b5f5ae2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions frontend/web/src/pages/ShortcutDetail.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -95,8 +95,8 @@ const ShortcutDetail = () => {
<div className="truncate text-3xl">
{shortcut.title ? (
<>
<span>{shortcut.title}</span>
<span className="text-gray-400">(s/{shortcut.name})</span>
<span className="dark:text-gray-400">{shortcut.title}</span>
<span className="text-gray-500">(s/{shortcut.name})</span>
</>
) : (
<>
Expand Down

0 comments on commit b5f5ae2

Please sign in to comment.