Skip to content

Commit

Permalink
fix: correct size of dashboard panel options icon button (opensearch-…
Browse files Browse the repository at this point in the history
…project#7812)

* fix: correct size of dashboard panel options icon button

---------

Signed-off-by: Viraj Sanghvi <virajs@amazon.com>
Co-authored-by: opensearch-changeset-bot[bot] <154024398+opensearch-changeset-bot[bot]@users.noreply.github.com>
  • Loading branch information
1 parent 5c76d35 commit e62d303
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
2 changes: 2 additions & 0 deletions changelogs/fragments/7812.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
fix:
- Correct size of dashboard panel options icon button ([#7812](https://github.com/opensearch-project/OpenSearch-Dashboards/pull/7812))
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ import { i18n } from '@osd/i18n';
import React from 'react';

import {
EuiSmallButtonIcon,
EuiButtonIcon,
EuiContextMenu,
EuiContextMenuPanelDescriptor,
EuiPopover,
Expand Down Expand Up @@ -101,7 +101,7 @@ export class PanelOptionsMenu extends React.Component<PanelOptionsMenuProps, Sta
);

const button = (
<EuiSmallButtonIcon
<EuiButtonIcon
iconType={isViewMode ? 'boxesHorizontal' : 'gear'}
color="text"
className="embPanel__optionsMenuButton"
Expand Down

0 comments on commit e62d303

Please sign in to comment.