change(ui): project dropdown text

This commit is contained in:
Shekar Siri 2023-08-09 12:11:16 +05:30
parent 8d1bf1a401
commit a8f9b55a56
2 changed files with 3 additions and 1 deletions

View file

@ -81,7 +81,7 @@ function ProjectDropdown(props: Props) {
return (
<Dropdown overlay={menu} placement='bottomLeft'>
<Button >
<Button type="text">
<Space>
{showCurrent && activeSite ? activeSite.host : 'All Projects'}
<CaretDownOutlined />

View file

@ -23,6 +23,8 @@ const customTheme = {
colorSecondary: '#3EAAAF',
colorBgLayout: colors['gray-lightest'],
colorBgContainer: colors['white'],
colorLink: colors['teal'],
colorLinkHover: colors['teal-dark'],
borderRadius: 4,
fontSize: 14,