Skip to content

Commit

Permalink
[UI] Fix style of Filters button in some themes (#3278)
Browse files Browse the repository at this point in the history
Fix style of Filters button in some themes
  • Loading branch information
arielj authored Nov 30, 2023
1 parent 3cf6091 commit d93bef2
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion src/frontend/components/UI/LibraryFilters/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,9 @@ export default function LibraryFilters() {

return (
<div className="libraryFilters">
<button className="button">{t('header.filters', 'Filters')}</button>
<button className="button is-primary">
{t('header.filters', 'Filters')}
</button>
<div className="dropdown">
{epic.username && storeToggle('legendary')}
{gog.username && storeToggle('gog')}
Expand Down

0 comments on commit d93bef2

Please sign in to comment.