mirror of
https://github.com/AmruthPillai/Reactive-Resume.git
synced 2026-08-26 00:02:32 +10:00
fix(#2976): update header name line height across multiple templates
This commit is contained in:
@@ -19,7 +19,7 @@ import { getTemplatePageSize } from "../shared/page-size";
|
||||
import { hasTemplatePicture } from "../shared/picture";
|
||||
import { Heading, Icon, Link, Text } from "../shared/primitives";
|
||||
import { Section } from "../shared/sections";
|
||||
import { composeStyles, resolvePlacementColor } from "../shared/styles";
|
||||
import { composeStyles, headerNameLineHeight, resolvePlacementColor } from "../shared/styles";
|
||||
|
||||
type AzurillStyles = Omit<TemplateStyleSlots, "page"> & {
|
||||
page: Style;
|
||||
@@ -263,7 +263,7 @@ const useAzurillTemplate = (): AzurillTemplate => {
|
||||
},
|
||||
headerName: {
|
||||
fontSize: metadata.typography.heading.fontSize * 1.5,
|
||||
lineHeight: 1,
|
||||
lineHeight: headerNameLineHeight,
|
||||
},
|
||||
headerContactRow: {
|
||||
justifyContent: "center",
|
||||
|
||||
Reference in New Issue
Block a user