Replace secondary palette by primary
This commit is contained in:
@@ -84,8 +84,8 @@ export default function Navigasyon({selectedTab}) {
|
||||
value={selectedTab}
|
||||
variant='fullWidth'
|
||||
scrollButtons='on'
|
||||
indicatorColor='secondary'
|
||||
textColor='secondary'
|
||||
indicatorColor='primary'
|
||||
textColor='primary'
|
||||
aria-label='scrollable force tabs example'
|
||||
onChange={handleChange}
|
||||
>
|
||||
|
||||
Reference in New Issue
Block a user