style: update mobile UI spacing, colors

This commit is contained in:
Tom (plebeius.eth)
2024-06-30 11:47:09 +02:00
parent f0bd9e9e9b
commit 6eb521f501
7 changed files with 22 additions and 10 deletions
@@ -19,6 +19,10 @@
cursor: pointer;
}
.filtersButton {
text-transform: capitalize;
}
.modal label, .modal button, .modal select {
cursor: pointer;
}
@@ -57,7 +57,7 @@ const CatalogFilters = () => {
return (
<>
<span className='button' onClick={() => setShowModal(true)}>
<span className={`${styles.filtersButton} button`} onClick={() => setShowModal(true)}>
{t('filters')}
</span>
{showModal && <FiltersModal closeModal={closeModal} />}