chore: update title dark mode style

This commit is contained in:
Steven 2024-02-07 21:11:02 +08:00
parent cdfb015638
commit b5f5ae2483

View File

@ -95,8 +95,8 @@ const ShortcutDetail = () => {
<div className="truncate text-3xl"> <div className="truncate text-3xl">
{shortcut.title ? ( {shortcut.title ? (
<> <>
<span>{shortcut.title}</span> <span className="dark:text-gray-400">{shortcut.title}</span>
<span className="text-gray-400">(s/{shortcut.name})</span> <span className="text-gray-500">(s/{shortcut.name})</span>
</> </>
) : ( ) : (
<> <>