Style checkbox

This commit is contained in:
2025-12-04 22:55:23 +00:00
parent 1d019f880b
commit ff1297e507
3 changed files with 13 additions and 1 deletions

View File

@@ -123,7 +123,7 @@ function Feed({ updateCache }) {
<div style={{marginBottom: '1rem'}}>
<input type="checkbox" id="filter-smallweb" className="checkbox" checked={filterSmallweb} onChange={handleFilterChange} />
<label htmlFor="filter-smallweb">Filter Smallweb</label>
<label htmlFor="filter-smallweb">Only Smallweb</label>
</div>
{error &&