Skip to content

Commit

Permalink
fix: fixed filter buttons too tall in safari
Browse files Browse the repository at this point in the history
  • Loading branch information
eaglethrost committed Jun 28, 2024
1 parent fc427db commit 1a7c6a9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion frontend/src/components/FilterModal/FilterModal.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -220,7 +220,7 @@ export default function FilterModal({

<div className="flex justify-between mt-4 xs:flex-col xs:gap-4">
<button
className="flex items-center justify-center w-1/3 xs:w-full dark:hover:border-gray-900 gap-1 px-4 py-2 text-unilectives-button border-2 border-unilectives-button rounded-md hover:bg-unilectives-icon/95 hover:border-unilectives-icon/95 hover:text-white hover:border-white font-bold disabled:opacity-50"
className="flex items-center justify-center xs:w-full dark:hover:border-gray-900 gap-1 px-4 py-2 text-unilectives-button border-2 border-unilectives-button rounded-md hover:bg-unilectives-icon/95 hover:border-unilectives-icon/95 hover:text-white hover:border-white font-bold disabled:opacity-50"
onClick={handleClearAll}
>
Clear All
Expand Down

0 comments on commit 1a7c6a9

Please sign in to comment.