mirror of
https://github.com/aykhans/slash-e.git
synced 2025-04-21 14:19:26 +00:00
chore: update title dark mode style
This commit is contained in:
parent
cdfb015638
commit
b5f5ae2483
@ -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>
|
||||
</>
|
||||
) : (
|
||||
<>
|
||||
|
Loading…
x
Reference in New Issue
Block a user