feat: use tint color for pref section headers
This commit is contained in:
@@ -2,7 +2,7 @@ import { FunctionComponent } from 'preact'
|
|||||||
|
|
||||||
export const Title: FunctionComponent = ({ children }) => (
|
export const Title: FunctionComponent = ({ children }) => (
|
||||||
<>
|
<>
|
||||||
<h2 className="text-base m-0 mb-1">{children}</h2>
|
<h2 className="text-base m-0 mb-1 info">{children}</h2>
|
||||||
<div className="min-h-2" />
|
<div className="min-h-2" />
|
||||||
</>
|
</>
|
||||||
)
|
)
|
||||||
|
|||||||
Reference in New Issue
Block a user