Skip to content

Commit

Permalink
Text label for add new environment
Browse files Browse the repository at this point in the history
  • Loading branch information
gabalafou committed Mar 5, 2024
1 parent 6813f75 commit 8c3dee9
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion src/features/environments/components/EnvironmentDropdown.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -102,8 +102,12 @@ export const EnvironmentDropdown = ({
<StyledIconButton
onClick={e => onCreateNewEnvironmentTab(e, namespace)}
disabled={!canCreate}
style={{
textTransform: "none",
paddingRight: "0.4rem"
}}
>
<AddIcon />
<AddIcon /> New
</StyledIconButton>
</Tooltip>
</Box>
Expand Down

0 comments on commit 8c3dee9

Please sign in to comment.