File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -40,8 +40,8 @@ const HomeFilters = () => {
4040 < div className = "mt-10 hidden flex-wrap gap-3 md:flex" >
4141 { HomePageFilters . map ( ( item ) => (
4242 < Button key = { item . value } onClick = { ( ) => { } }
43- className = { `body-me dium rounded-lg px-6 py-3 capitalize shadow-none ${ active === item . value
44- ? 'dark:hover:bg-dark400 bg-primary-100 text-primary-500 hover:bg-primary-100 dark:bg-dark-400 dark:text-primary-500'
43+ className = { `body-medium rounded-lg px-6 py-3 capitalize shadow-none ${ active === item . value
44+ ? 'dark:hover:bg-dark-400 bg-primary-100 text-primary-500 hover:bg-primary-100 dark:bg-dark-400 dark:text-primary-500'
4545 : 'bg-light-800 text-light-500 hover:bg-light-800 dark:bg-dark-300 dark:text-light-500 dark:hover:bg-dark-300'
4646 } `}
4747 onClickCapture = { ( ) => handleTypeClick ( item . value ) }
You can’t perform that action at this time.
0 commit comments