Commit d036496
committed
Refactor HomeFilterChips and update selected category text color
- Removed unused `isDarkTheme` parameter from `HomeCategoryItem` and its usage within `HomeFilterChips`.
- Updated the selected category text color to use `MaterialTheme.colorScheme.onSurface` instead of `onPrimaryContainer` for better visual consistency.1 parent 3bedc13 commit d036496
1 file changed
Lines changed: 1 addition & 3 deletions
File tree
- feature/home/presentation/src/commonMain/kotlin/zed/rainxch/home/presentation/components
Lines changed: 1 addition & 3 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
252 | 252 | | |
253 | 253 | | |
254 | 254 | | |
255 | | - | |
256 | 255 | | |
257 | 256 | | |
258 | 257 | | |
| |||
276 | 275 | | |
277 | 276 | | |
278 | 277 | | |
279 | | - | |
280 | 278 | | |
281 | 279 | | |
282 | 280 | | |
| |||
301 | 299 | | |
302 | 300 | | |
303 | 301 | | |
304 | | - | |
| 302 | + | |
305 | 303 | | |
306 | 304 | | |
307 | 305 | | |
| |||
0 commit comments