fix dividers on settings page

This commit is contained in:
Ra
2025-09-02 16:58:20 -07:00
parent d33c1767bc
commit c713c2ed5e

View File

@@ -193,11 +193,8 @@ const SettingsNew: React.FC = () => {
</div>
{/* Divider */}
<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>
<div className="border-b-[1px] border-solid border-[--Neutrals-NeutralSlate200] w-full"></div>
{/* Theme Customization Section */}
<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>
{/* Another Divider */}
<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>
<div className="border-b-[1px] border-solid border-[--Neutrals-NeutralSlate200] w-full"></div>
{/* Action Buttons */}
<div className="w-[1175px] p-6 inline-flex justify-start items-center gap-2">