fix: correct some text (#397)

This commit is contained in:
Yangthemob
2023-04-17 02:14:44 +08:00
committed by GitHub
parent ebfee4503c
commit 059767dbb5
2 changed files with 2 additions and 2 deletions

View File

@@ -89,7 +89,7 @@ export default function StarCard() {
<div className=" fixed right-1 top-4 flex w-150 flex-col items-center justify-evenly rounded-2xl bg-white p-12 shadow-2xl dark:bg-gray-800">
<div className="absolute right-3 top-3">
{isCounting && (
<span className="m-1.5">
<span className="m-1.5 dark:text-gray-100">
<span className="text-indigo-600">{countdown}s</span>
</span>

View File

@@ -96,7 +96,7 @@ export default function Switcher() {
<FontAwesomeIcon icon={state?.isWordVisible ? 'eye' : 'eye-slash'} fixedWidth />
</button>
</Tooltip>
<Tooltip content="开关释显示Ctrl + T">
<Tooltip content="开关释显示Ctrl + T">
<button
className={`${state?.isTransVisible ? 'text-indigo-400' : 'text-gray-400'} text-lg focus:outline-none`}
onClick={(e) => {