update, not done
This commit is contained in:
@@ -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 */}
|
||||
|
||||
Reference in New Issue
Block a user