fix: Implement custom transparent checkbox for dark mode visibility

Co-authored-by: aider (gemini/gemini-2.5-pro) <aider@aider.chat>
This commit is contained in:
2025-12-04 22:31:11 +00:00
parent 23b56b26b1
commit 1d019f880b
3 changed files with 43 additions and 2 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" style={{paddingLeft: '0.5rem'}}>Filter Smallweb</label>
<label htmlFor="filter-smallweb">Filter Smallweb</label>
</div>
{error &&