mirror of
https://github.com/kccleoc/seedpgp-web.git
synced 2026-03-06 17:37:51 +08:00
fix: Align MESSAGE PASSWORD section styling with dark theme
This commit is contained in:
@@ -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)'}
|
||||
|
||||
Reference in New Issue
Block a user