Modify font family of leftBottomBoxLabel
This commit is contained in:
@@ -249,6 +249,10 @@ const ERGuideGenerator = ({
|
|||||||
}
|
}
|
||||||
.tagLabel {
|
.tagLabel {
|
||||||
font-family: 'YdestreetB';
|
font-family: 'YdestreetB';
|
||||||
|
}
|
||||||
|
.leftBottomBoxLabel {
|
||||||
|
font-family: 'YdestreetB';
|
||||||
|
font-size: 15px;
|
||||||
}
|
}
|
||||||
`,
|
`,
|
||||||
}}
|
}}
|
||||||
|
|||||||
@@ -37,6 +37,7 @@ const EquipmentBox = ({
|
|||||||
mr: '5px',
|
mr: '5px',
|
||||||
width: 55,
|
width: 55,
|
||||||
}}
|
}}
|
||||||
|
className='leftBottomBoxLabel'
|
||||||
>
|
>
|
||||||
<Box>추천</Box>
|
<Box>추천</Box>
|
||||||
<Box>장비</Box>
|
<Box>장비</Box>
|
||||||
|
|||||||
@@ -32,6 +32,7 @@ const SigilBox = ({ sigilSets, sigils }: SigilBoxProps) => {
|
|||||||
mr: '5px',
|
mr: '5px',
|
||||||
width: 55,
|
width: 55,
|
||||||
}}
|
}}
|
||||||
|
className='leftBottomBoxLabel'
|
||||||
>
|
>
|
||||||
<Box>회상의</Box>
|
<Box>회상의</Box>
|
||||||
<Box>증명</Box>
|
<Box>증명</Box>
|
||||||
|
|||||||
@@ -29,6 +29,7 @@ const SupportBox = ({ supportSets }: SupportBoxProps) => {
|
|||||||
width: 55,
|
width: 55,
|
||||||
mr: '5px',
|
mr: '5px',
|
||||||
}}
|
}}
|
||||||
|
className='leftBottomBoxLabel'
|
||||||
>
|
>
|
||||||
<Box>지원</Box>
|
<Box>지원</Box>
|
||||||
<Box>발키리</Box>
|
<Box>발키리</Box>
|
||||||
|
|||||||
Reference in New Issue
Block a user