mirror of
https://github.com/logto-io/logto.git
synced 2024-12-16 20:26:19 -05:00
chore(console): update quota table row style rules (#4252)
This commit is contained in:
parent
956d314d03
commit
f91408ba43
1 changed files with 1 additions and 1 deletions
|
@ -68,7 +68,7 @@ function PlanQuotaTable({ subscriptionPlans }: Props) {
|
|||
isRowHoverEffectDisabled
|
||||
rowGroups={quotaTableRowGroups}
|
||||
rowIndexKey="quotaKey"
|
||||
rowClassName={(_, index) => conditional(index % 2 !== 0 && styles.colorRow)}
|
||||
rowClassName={(_, index) => conditional(index % 2 === 0 && styles.colorRow)}
|
||||
className={styles.table}
|
||||
headerTableClassName={styles.headerTable}
|
||||
bodyTableWrapperClassName={styles.bodyTableWrapper}
|
||||
|
|
Loading…
Reference in a new issue