Changes done in ui screens
This commit is contained in:
@@ -26,29 +26,23 @@ export default function SettingsPortal() {
|
||||
return (
|
||||
<div className="my-15 text-slate-200 font-sans">
|
||||
{/* Top Header & Breadcrumb */}
|
||||
<div className="flex flex-col md:flex-row md:items-center md:justify-between gap-4 mb-6">
|
||||
<div>
|
||||
<div className="text-xs uppercase tracking-wider text-slate-400 mb-2 font-medium">
|
||||
<span className="hover:text-slate-200 cursor-pointer">
|
||||
APPLE ONE — HQ TOWER
|
||||
</span>{" "}
|
||||
• <span className="hover:text-slate-200 cursor-pointer">CONFIGURE</span>{" "}
|
||||
• <span className="text-slate-300">SETTINGS</span>
|
||||
</div>
|
||||
<h1 className="text-2xl font-bold text-white mb-1">Settings</h1>
|
||||
<p className="text-slate-400 text-sm">
|
||||
Personal and notification preferences for this tenant workspace.
|
||||
</p>
|
||||
</div>
|
||||
|
||||
{/* Save Changes Button */}
|
||||
<div>
|
||||
<button className="bg-[#2DD4BF] hover:bg-[#26b8a5] text-[#070D19] font-semibold text-sm px-5 py-2.5 rounded-lg transition-colors shadow-sm">
|
||||
Save changes
|
||||
</button>
|
||||
</div>
|
||||
<div className="flex items-center gap-2 text-[12px] font-bold tracking-widest text-emerald-400 uppercase font-mono">
|
||||
<span>APPLE ONE — HQ TOWER</span>
|
||||
<span className="text-slate-600">•</span>
|
||||
<span className="text-slate-400">CONFIGURE</span>
|
||||
<span className="text-slate-600">•</span>
|
||||
<span className="text-slate-400">SETTINGS</span>
|
||||
</div>
|
||||
|
||||
{/* --- PAGE HEADER --- */}
|
||||
<h1 className="text-2xl font-bold text-white tracking-tight mt-1">
|
||||
Settings
|
||||
</h1>
|
||||
<p className="text-sm font-medium text-slate-400 mt-2 max-w-2xl leading-relaxed">
|
||||
Personal and notification preferences for this tenant workspace.
|
||||
</p>
|
||||
|
||||
|
||||
{/* Main Grid Layout */}
|
||||
<div className="grid grid-cols-1 lg:grid-cols-12 gap-6">
|
||||
{/* Left Column: App Settings */}
|
||||
@@ -66,7 +60,7 @@ export default function SettingsPortal() {
|
||||
<p className="text-xs text-slate-400">Workspace loaded on sign-in</p>
|
||||
</div>
|
||||
<select
|
||||
value={appSettings.defaultTenant}
|
||||
|
||||
|
||||
className="bg-[#080E21] border border-slate-700/80 text-slate-200 text-xs rounded-lg px-3 py-2 w-full sm:w-48 focus:outline-none focus:border-[#2DD4BF] cursor-pointer"
|
||||
>
|
||||
|
||||
Reference in New Issue
Block a user