Refactor components of battlesuit list page

This commit is contained in:
Sakura Knoll
2022-01-01 17:40:11 +09:00 Unverified
parent 3af8a985b0
commit 190b50b69f
6 changed files with 102 additions and 51 deletions
@@ -41,8 +41,12 @@ const BattlesuitShowPage = ({ battlesuit }: BattlesuitShowPageProps) => {
<Box
sx={{
borderRadius: 4,
border: 'default',
overflow: 'hidden',
border: 'default',
transition: 'box-shadow 200ms ease-in-out',
'&:hover': {
boxShadow: 'rgba(0, 0, 0, 0.2) 0px 4px 8px;',
},
}}
mb={3}
>
@@ -161,6 +165,10 @@ const BattlesuitSkillGroupCard = ({
sx={{
borderRadius: 4,
border: 'default',
transition: 'box-shadow 200ms ease-in-out',
'&:hover': {
boxShadow: 'rgba(0, 0, 0, 0.2) 0px 4px 8px;',
},
}}
>
<Heading