0
Fork 0
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:
Xiao Yijun 2023-07-27 16:12:59 +08:00 committed by GitHub
parent 956d314d03
commit f91408ba43
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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}