mirror of
https://github.com/kccleoc/seedpgp-web.git
synced 2026-03-07 01:47:52 +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">
|
<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">
|
<div className="relative">
|
||||||
<Lock className="absolute left-3 top-3 text-slate-400" size={16} />
|
<Lock className="absolute left-3 top-3 text-slate-400" size={16} />
|
||||||
<input
|
<input
|
||||||
@@ -621,7 +621,7 @@ function App() {
|
|||||||
readOnly={isReadOnly}
|
readOnly={isReadOnly}
|
||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
<p className="text-[10px] text-slate-300 mt-1">
|
<p className="text-[10px] text-slate-400 mt-1">
|
||||||
{encryptionMode === 'krux'
|
{encryptionMode === 'krux'
|
||||||
? 'Required passphrase for Krux encryption'
|
? 'Required passphrase for Krux encryption'
|
||||||
: 'Symmetric encryption password (SKESK)'}
|
: 'Symmetric encryption password (SKESK)'}
|
||||||
|
|||||||
Reference in New Issue
Block a user