Skip to content

Commit

Permalink
Figma comment #16(No change) and #17
Browse files Browse the repository at this point in the history
  • Loading branch information
Nahomtes committed Oct 16, 2024
1 parent 7f022cd commit 7df1372
Showing 1 changed file with 11 additions and 3 deletions.
14 changes: 11 additions & 3 deletions src/pages/dashTemplate/tabs/DefaultTabTheme.js
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,17 @@ export const customTheme = {
width: '250px',
textTransform: 'none',
fontFamily: 'Inter',

'&.participants': {
color: '#000000',
},
'&.biospecimens': {
color: '#000000'
},
'&.files': {
color: '#000000',
},

'&.Mui-selected': {
fontWeight: '500',
'&.participants': {
Expand All @@ -39,9 +50,6 @@ export const customTheme = {
color: '#035877',
borderTop: '5px solid #0696C9',
},
'&.MuiTypography-body1': {
color: 'red',
},
},
'& span.participants_count': {
fontFamily: 'Roboto',
Expand Down

0 comments on commit 7df1372

Please sign in to comment.