Skip to content

Commit 6f8ac2e

Browse files
authored
Merge pull request #57 from oslabs-beta/ev/finalbutton
fixed button color
2 parents 9ccb461 + 621d772 commit 6f8ac2e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/client/components/navbar/ProtocolSelect.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ import ButtonUnstyled, { buttonUnstyledClasses } from '@mui/base/ButtonUnstyled'
1313

1414
const blue = {
1515
500: '#51819b',
16-
600: '#51819b',
16+
600: '#95ceed',
1717
700: '#7ebdde',
1818
};
1919

0 commit comments

Comments
 (0)