Skip to content

Commit

Permalink
fix: style
Browse files Browse the repository at this point in the history
  • Loading branch information
keellyp committed Jul 29, 2024
1 parent 5d5f40b commit 4cc0c8b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/components/invoices/InvoicesList.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ import {
import { useInternationalization } from '~/hooks/core/useInternationalization'
import { usePermissions } from '~/hooks/usePermissions'
import { CustomerInvoiceDetailsTabsOptionsEnum } from '~/layouts/CustomerInvoiceDetails'
import { NAV_HEIGHT, theme } from '~/styles'
import { theme } from '~/styles'

import { AvailableQuickFilters } from '../designSystem/Filters/types'
import {
Expand Down Expand Up @@ -453,7 +453,7 @@ export default InvoicesList

const ScrollContainer = styled.div`
overflow: auto;
height: calc(100vh - ${NAV_HEIGHT + 52 + 68}px);
height: 100%;
`

const FiltersWrapper = styled.div`
Expand Down

0 comments on commit 4cc0c8b

Please sign in to comment.