mirror of
https://github.com/AmruthPillai/Reactive-Resume.git
synced 2026-08-24 15:22:20 +10:00
fix(#2976): update header name line height across multiple templates
This commit is contained in:
@@ -13,7 +13,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 } from "../shared/styles";
|
||||
import { composeStyles, headerNameLineHeight } from "../shared/styles";
|
||||
|
||||
type KakunaStyles = Omit<TemplateStyleSlots, "page"> & {
|
||||
page: Style;
|
||||
@@ -259,7 +259,7 @@ const useKakunaTemplate = (): KakunaTemplate => {
|
||||
headerName: {
|
||||
width: "100%",
|
||||
fontSize: metadata.typography.heading.fontSize * 1.5,
|
||||
lineHeight: 1,
|
||||
lineHeight: headerNameLineHeight,
|
||||
textAlign: "center",
|
||||
},
|
||||
headerText: {
|
||||
|
||||
Reference in New Issue
Block a user