fix: Align MESSAGE PASSWORD section styling with dark theme

This commit is contained in:
LC mac
2026-02-08 01:52:42 +08:00
parent f5d50d9326
commit 0ab99ce493

View File

@@ -608,7 +608,7 @@ function App() {
)}
<div className="space-y-2">
<label className="text-xs font-bold text-white uppercase tracking-wider">MESSAGE PASSWORD</label>
<label className="text-xs font-bold text-slate-200 uppercase tracking-wider">MESSAGE PASSWORD</label>
<div className="relative">
<Lock className="absolute left-3 top-3 text-slate-400" size={16} />
<input
@@ -621,7 +621,7 @@ function App() {
readOnly={isReadOnly}
/>
</div>
<p className="text-[10px] text-slate-300 mt-1">
<p className="text-[10px] text-slate-400 mt-1">
{encryptionMode === 'krux'
? 'Required passphrase for Krux encryption'
: 'Symmetric encryption password (SKESK)'}