fix dividers on settings page
This commit is contained in:
@@ -193,11 +193,8 @@ const SettingsNew: React.FC = () => {
|
|||||||
</div>
|
</div>
|
||||||
|
|
||||||
{/* Divider */}
|
{/* Divider */}
|
||||||
<div>
|
<div className="border-b-[1px] border-solid border-[--Neutrals-NeutralSlate200] w-full"></div>
|
||||||
<svg width="100%" height="2" viewBox="0 0 2000 2" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
||||||
<path d="M0 1H2000" stroke="var(--Neutrals-NeutralSlate200)" />
|
|
||||||
</svg>
|
|
||||||
</div>
|
|
||||||
|
|
||||||
{/* Theme Customization Section */}
|
{/* Theme Customization Section */}
|
||||||
<div className="w-full self-stretch p-6 flex flex-col justify-start items-start gap-6">
|
<div className="w-full self-stretch p-6 flex flex-col justify-start items-start gap-6">
|
||||||
@@ -252,11 +249,7 @@ const SettingsNew: React.FC = () => {
|
|||||||
</div>
|
</div>
|
||||||
|
|
||||||
{/* Another Divider */}
|
{/* Another Divider */}
|
||||||
<div>
|
<div className="border-b-[1px] border-solid border-[--Neutrals-NeutralSlate200] w-full"></div>
|
||||||
<svg width="2000" height="2" viewBox="0 0 2000 2" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
||||||
<path d="M0 1H2000" stroke="var(--Neutrals-NeutralSlate200)" />
|
|
||||||
</svg>
|
|
||||||
</div>
|
|
||||||
|
|
||||||
{/* Action Buttons */}
|
{/* Action Buttons */}
|
||||||
<div className="w-[1175px] p-6 inline-flex justify-start items-center gap-2">
|
<div className="w-[1175px] p-6 inline-flex justify-start items-center gap-2">
|
||||||
|
|||||||
Reference in New Issue
Block a user