mirror of
https://github.com/fosrl/pangolin.git
synced 2025-07-12 23:15:00 +02:00
disable eslint - new colors, and slimmer buttons/inputs??
This commit is contained in:
parent
bf04deb038
commit
5388c5d5b4
20 changed files with 788 additions and 553 deletions
|
@ -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"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue