mirror of
https://github.com/fosrl/pangolin.git
synced 2026-02-22 04:46:40 +00:00
disable eslint - new colors, and slimmer buttons/inputs??
This commit is contained in:
@@ -10,7 +10,9 @@ export default function SettingsSectionTitle({
|
||||
size,
|
||||
}: SettingsSectionTitleProps) {
|
||||
return (
|
||||
<div className="space-y-0.5 select-none mb-6">
|
||||
<div
|
||||
className={`space-y-0.5 select-none ${!size || size === "2xl" ? "mb-12" : ""}`}
|
||||
>
|
||||
<h2
|
||||
className={`text-${
|
||||
size ? size : "2xl"
|
||||
|
||||
Reference in New Issue
Block a user