From cd3fd5b2f145e3499b2d03377b4dc89b203bdb8d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?C=C3=A9dric=20FAMIBELLE-PRONZOLA?= Date: Sat, 12 Dec 2020 03:28:51 +0100 Subject: [PATCH] Replace secondary palette by primary --- components/awtis/awtis-bio.js | 2 +- components/awtis/mizik-badj-meni.js | 2 +- components/awtis/pajinasyon.js | 2 +- components/navigasyon.js | 4 ++-- 4 files changed, 5 insertions(+), 5 deletions(-) diff --git a/components/awtis/awtis-bio.js b/components/awtis/awtis-bio.js index fee9a2a..2791b84 100644 --- a/components/awtis/awtis-bio.js +++ b/components/awtis/awtis-bio.js @@ -61,7 +61,7 @@ export default function AwtisBio({alias, miziks, bio, isBioOpen, setIsBioOpen}) - diff --git a/components/awtis/mizik-badj-meni.js b/components/awtis/mizik-badj-meni.js index a4efc9f..8ac14f3 100644 --- a/components/awtis/mizik-badj-meni.js +++ b/components/awtis/mizik-badj-meni.js @@ -71,7 +71,7 @@ export default function MizikBadjMeni({miziks}) { horizontal: 'right' }} badgeContent={miziks.length} - color='secondary' + color='primary' > diff --git a/components/awtis/pajinasyon.js b/components/awtis/pajinasyon.js index 3bac28b..ddd6a44 100644 --- a/components/awtis/pajinasyon.js +++ b/components/awtis/pajinasyon.js @@ -24,7 +24,7 @@ export default function Pajinasyon({pajTotal, paj}) { return (
- +
) diff --git a/components/navigasyon.js b/components/navigasyon.js index 2b707f1..0183f22 100644 --- a/components/navigasyon.js +++ b/components/navigasyon.js @@ -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} >