update, not done

This commit is contained in:
Ra
2025-08-25 10:46:46 -07:00
parent df7020cdd4
commit daa89b6cbf
22 changed files with 1526 additions and 785 deletions

View File

@@ -72,7 +72,7 @@ const SettingsNew: React.FC = () => {
General Settings
</div>
{activeTab === 'general' && (
<div className="self-stretch h-0.5 bg-Text-Gray-800 rounded-tl-lg rounded-tr-lg" />
<div className="self-stretch h-0.5 bg-[--Neutrals-NeutralSlate800] rounded-tl-lg rounded-tr-lg" />
)}
</div>
<div
@@ -87,11 +87,11 @@ const SettingsNew: React.FC = () => {
Plan & Billings
</div>
{activeTab === 'billing' && (
<div className="w-24 h-0.5 bg-Text-Gray-800 rounded-tl-lg rounded-tr-lg" />
<div className="w-24 h-0.5 bg-[--Neutrals-NeutralSlate800] rounded-tl-lg rounded-tr-lg" />
)}
</div>
</div>
<div className="w-24 h-0.5 opacity-0 bg-Text-Gray-800 rounded-tl-lg rounded-tr-lg" />
<div className="w-24 h-0.5 opacity-0 bg-[--Neutrals-NeutralSlate800] rounded-tl-lg rounded-tr-lg" />
</div>
{/* General Settings Content */}