Skip to content

Commit 981f59b

Browse files
authored
manifest and branding update (#129)
1 parent 21ad2db commit 981f59b

File tree

3 files changed

+2
-5
lines changed

3 files changed

+2
-5
lines changed

manifest.config.ts

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -44,11 +44,9 @@ export default defineManifest({
4444
'activeTab',
4545
'tabs',
4646
'webRequest',
47-
'webNavigation',
4847
'declarativeNetRequest',
4948
'declarativeNetRequestFeedback',
5049
'sidePanel',
51-
'contextMenus',
5250
'management',
5351
],
5452
web_accessible_resources: [

src/assets/img/icon-inactive.png

-549 Bytes
Loading

src/pages/sidepanel/components/BottomNavigation.tsx

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -57,9 +57,8 @@ const StyledBottomNavigationAction = styled(BottomNavigationAction)<{
5757
paddingBlock: theme.spacing(1.5),
5858
backgroundColor: isSelected ? appColors.common.colors.accent : 'transparent',
5959
borderRadius: theme.spacing(0.5),
60-
'&.Mui-selected': {
61-
color: appColors.common.white,
62-
},
60+
color: isSelected ? appColors.common.white : '',
61+
6362
'&:hover': {
6463
backgroundColor: isSelected ? 'appColors.common.colors.accent' : 'rgba(136, 72, 249, 0.1)', // Light accent color on hover
6564
},

0 commit comments

Comments
 (0)