Skip to content

Commit

Permalink
fix: style path
Browse files Browse the repository at this point in the history
  • Loading branch information
phvm committed Oct 14, 2024
1 parent 76ce5e4 commit b141603
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
6 changes: 6 additions & 0 deletions src/styles/filterable-cards-page.ts
Original file line number Diff line number Diff line change
Expand Up @@ -40,10 +40,16 @@ const noResults: SxStyleProp = {
textAlign: 'center',
}

const resultsNumberContainer: SxStyleProp = {
fontSize: '1rem',
color: 'muted.0',
}

export default {
container,
cardContainer,
optionContainer,
optionsContainer,
noResults,
resultsNumberContainer,
}
6 changes: 0 additions & 6 deletions src/styles/known-issues-page.ts
Original file line number Diff line number Diff line change
Expand Up @@ -40,16 +40,10 @@ const noResults: SxStyleProp = {
textAlign: 'center',
}

const resultsNumberContainer: SxStyleProp = {
fontSize: '1rem',
color: 'muted.0',
}

export default {
container,
cardContainer,
optionContainer,
optionsContainer,
noResults,
resultsNumberContainer,
}

0 comments on commit b141603

Please sign in to comment.