mirror of
https://github.com/imputnet/cobalt.git
synced 2025-01-07 15:46:05 +00:00
web/SettingsToggle: clean up
This commit is contained in:
parent
5c1c401470
commit
5075250abd
|
@ -31,9 +31,7 @@
|
|||
})
|
||||
}
|
||||
>
|
||||
<div class="toggle-text">
|
||||
<h4 class="toggle-title">{title}</h4>
|
||||
</div>
|
||||
<h4 class="toggle-title">{title}</h4>
|
||||
<Toggle enabled={isEnabled} />
|
||||
</button>
|
||||
<!--
|
||||
|
@ -64,9 +62,4 @@
|
|||
padding: 8px 16px;
|
||||
border-radius: var(--border-radius);
|
||||
}
|
||||
|
||||
.toggle-text {
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
}
|
||||
</style>
|
||||
|
|
Loading…
Reference in a new issue