Match section header border thickness to tab accent (4px)
Co-authored-by: shakespeare.diy <assistant@shakespeare.diy>
This commit is contained in:
@@ -27,7 +27,7 @@ export function AdvancedSettings() {
|
||||
</div>
|
||||
|
||||
{/* Wallet Section */}
|
||||
<div className="border-b-2 border-primary">
|
||||
<div className="border-b-[4px] border-primary">
|
||||
<Collapsible open={walletOpen} onOpenChange={setWalletOpen}>
|
||||
<CollapsibleTrigger asChild>
|
||||
<Button
|
||||
@@ -59,7 +59,7 @@ export function AdvancedSettings() {
|
||||
</div>
|
||||
|
||||
{/* Network (Relays) Section */}
|
||||
<div className="border-b-2 border-primary">
|
||||
<div className="border-b-[4px] border-primary">
|
||||
<Collapsible open={relaysOpen} onOpenChange={setRelaysOpen}>
|
||||
<CollapsibleTrigger asChild>
|
||||
<Button
|
||||
|
||||
@@ -100,12 +100,12 @@ export function ContentSettings() {
|
||||
</div>
|
||||
|
||||
{/* Muted Content Section */}
|
||||
<div className="border-b-2 border-primary">
|
||||
<div className="border-b-[4px] border-primary">
|
||||
<Collapsible open={mutesOpen} onOpenChange={setMutesOpen}>
|
||||
<CollapsibleTrigger asChild>
|
||||
<Button
|
||||
variant="ghost"
|
||||
className="w-full justify-between px-3 py-3.5 h-auto hover:bg-muted/20 rounded-none"
|
||||
className="w-full justify-between px-3 py-3.5 h-auto hover:bg-muted/20 rounded-none border-b-[4px] border-primary"
|
||||
>
|
||||
<span className="text-base font-semibold">Muted Content</span>
|
||||
{mutesOpen ? (
|
||||
|
||||
Reference in New Issue
Block a user