Fix duplicated bottom borders
This commit is contained in:
@@ -77,7 +77,14 @@ const StigmataSetPage = ({
|
|||||||
HP : {stigmataSetItem.hp} / ATK : {stigmataSetItem.atk} / DEF
|
HP : {stigmataSetItem.hp} / ATK : {stigmataSetItem.atk} / DEF
|
||||||
: {stigmataSetItem.def} / CRT : {stigmataSetItem.crt}
|
: {stigmataSetItem.def} / CRT : {stigmataSetItem.crt}
|
||||||
</Box>
|
</Box>
|
||||||
<Paragraph m={0} p={2} sx={{ borderBottom: 'default' }}>
|
<Paragraph
|
||||||
|
m={0}
|
||||||
|
p={2}
|
||||||
|
sx={{
|
||||||
|
borderBottom: 'default',
|
||||||
|
'&:last-child': { borderBottom: 'none' },
|
||||||
|
}}
|
||||||
|
>
|
||||||
{stigmataSetItem.skill.description}
|
{stigmataSetItem.skill.description}
|
||||||
</Paragraph>
|
</Paragraph>
|
||||||
</React.Fragment>
|
</React.Fragment>
|
||||||
|
|||||||
Reference in New Issue
Block a user