mirror of
https://github.com/coder/coder.git
synced 2026-09-22 05:05:20 +08:00
fix: drop <SettingsHeaderTitle /> font-weight (#21969)
We attempted to unify these previously in #21914 however it appears I missed dropping this a `font-weight` level. This pull-request makes this very simple change, its now inline with the Figma design!
This commit is contained in:
@@ -53,7 +53,7 @@ export const SettingsHeaderDocsLink: FC<SettingsHeaderDocsLinkProps> = ({
|
||||
const titleVariants = cva("m-0 flex items-center gap-2 leading-tight", {
|
||||
variants: {
|
||||
hierarchy: {
|
||||
primary: "text-3xl font-bold",
|
||||
primary: "text-3xl font-semibold",
|
||||
secondary: "text-2xl font-medium",
|
||||
},
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user