Skip to content

Commit

Permalink
[Look & Feel] Appearance Popover Button Change (#7777)
Browse files Browse the repository at this point in the history
* dropped the primary button for apply

Signed-off-by: Shey Gao <sheygao@amazon.com>

* Changeset file for PR #7777 created/updated

---------

Signed-off-by: Shey Gao <sheygao@amazon.com>
Co-authored-by: Shey Gao <sheygao@amazon.com>
Co-authored-by: opensearch-changeset-bot[bot] <154024398+opensearch-changeset-bot[bot]@users.noreply.github.com>
  • Loading branch information
3 people authored Aug 21, 2024
1 parent 901ac51 commit b4ae264
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions changelogs/fragments/7777.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
refactor:
- [Look & Feel] Appearance Popover Button Change ([#7777](https://github.com/opensearch-project/OpenSearch-Dashboards/pull/7777))
Original file line number Diff line number Diff line change
Expand Up @@ -178,7 +178,7 @@ export const HeaderUserThemeMenu = () => {
<EuiFlexItem grow={false}>
<EuiCompressedFormRow hasEmptyLabelSpace>
{/* TODO: disable submit until changes */}
<EuiSmallButton fill onClick={onAppearanceSubmit} type="submit">
<EuiSmallButton onClick={onAppearanceSubmit} type="submit">
Apply
</EuiSmallButton>
</EuiCompressedFormRow>
Expand Down

0 comments on commit b4ae264

Please sign in to comment.