mirror of
https://github.com/legop3/MultiRoombaRover.git
synced 2026-09-16 17:40:46 -04:00
colors!!!
This commit is contained in:
@@ -41,7 +41,7 @@ export default function VipIdentityCard({ currentStoredKey, applyIdentityKey, on
|
||||
const wrapClass = fullWidth ? 'w-full' : flowWrapClass;
|
||||
|
||||
return (
|
||||
<CardFrame title="Identity key" className={wrapClass}>
|
||||
<CardFrame title="Identity key" accent="#60a5fa" className={wrapClass}>
|
||||
<div className={innerFlowClass}>
|
||||
<p className="text-xs text-slate-500">Current: {maskKey(currentStoredKey) || 'not set yet'}</p>
|
||||
<input
|
||||
|
||||
Reference in New Issue
Block a user