Skip to content

Commit

Permalink
Design: rename tag, change color of organization name #34
Browse files Browse the repository at this point in the history
  • Loading branch information
luckylooky2 committed Jun 9, 2024
1 parent 82a3fee commit 757afa1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 65 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ export function OrganizationSelect({ orgs, onSelectChange }: OrganizationBasePro
<Dropdown overlay={MenuActions} placement="bottom-start" onVisibleChange={setIsOpen}>
<div>
<ToolbarButton isOpen={isOpen} className={cx(styles.button, gitHubHoverStyles.default)} aria-label="New">
<b>{value.label}</b>
<strong>{value.label}</strong>
</ToolbarButton>
</div>
</Dropdown>
Expand All @@ -62,6 +62,7 @@ export function OrganizationSelect({ orgs, onSelectChange }: OrganizationBasePro

const getStyles = (theme: GrafanaTheme2) => ({
button: css({
color: theme.isDark ? '#fff' : '#000',
width: '100%',
overflow: 'hidden',
whiteSpace: 'nowrap',
Expand Down

This file was deleted.

0 comments on commit 757afa1

Please sign in to comment.