Updated A11y tab bar background color

This commit is contained in:
Michael Arestad 2022-08-25 10:22:35 -06:00
parent 10b6b3b6bb
commit cc476d1c9f

View File

@ -78,7 +78,7 @@ const TabsWrapper = styled.div({});
const List = styled.div(({ theme }) => ({
boxShadow: `${theme.appBorderColor} 0 -1px 0 0 inset`,
background: 'rgba(0, 0, 0, .05)',
background: theme.background.app,
display: 'flex',
justifyContent: 'space-between',
whiteSpace: 'nowrap',