Add support battlesuits page
This commit is contained in:
@@ -150,3 +150,11 @@ export interface PopulatedSignetGroup {
|
||||
name: string
|
||||
sets: SignetSet[]
|
||||
}
|
||||
|
||||
export interface SupportBattlesuit {
|
||||
id: string
|
||||
name: string
|
||||
skillName: string
|
||||
description: string
|
||||
cooldown: number
|
||||
}
|
||||
|
||||
@@ -240,4 +240,12 @@ export const theme: Theme = {
|
||||
borderStyle: 'solid',
|
||||
},
|
||||
},
|
||||
badges: {
|
||||
primary: {
|
||||
backgroundColor: 'primary',
|
||||
},
|
||||
secondary: {
|
||||
backgroundColor: 'secondary',
|
||||
},
|
||||
},
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user