change(ui): project dropdown text
This commit is contained in:
parent
8d1bf1a401
commit
a8f9b55a56
2 changed files with 3 additions and 1 deletions
|
|
@ -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 />
|
||||
|
|
|
|||
|
|
@ -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,
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue