fix: adjust LargeTable styling

This commit is contained in:
Arvid Norlin
2024-06-04 14:10:41 +02:00
parent 349c95fbc4
commit af33f18a6a
8 changed files with 178 additions and 14 deletions

View File

@@ -92,3 +92,8 @@ export type BenefitListProps = {
export type LargeTableProps = {
levels: ComparisonLevel[]
}
export type BenefitTableHeaderProps = {
name: string
description: string
}