Add support battlesuits page

This commit is contained in:
Sakura Knoll
2022-04-06 04:37:55 +09:00 Unverified
parent 65b40a10be
commit 1e5358aa40
21 changed files with 253 additions and 7 deletions
+8
View File
@@ -150,3 +150,11 @@ export interface PopulatedSignetGroup {
name: string
sets: SignetSet[]
}
export interface SupportBattlesuit {
id: string
name: string
skillName: string
description: string
cooldown: number
}
+8
View File
@@ -240,4 +240,12 @@ export const theme: Theme = {
borderStyle: 'solid',
},
},
badges: {
primary: {
backgroundColor: 'primary',
},
secondary: {
backgroundColor: 'secondary',
},
},
}