Skip to content

Commit

Permalink
Merge pull request #155 from mayuran-deriv/mayuran/ui-fixed-standalone
Browse files Browse the repository at this point in the history
[BOT-2440]/mayuran/fix: ui changes
  • Loading branch information
shafin-deriv authored Dec 2, 2024
2 parents 45b27b5 + d3e854d commit 736ee31
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
1 change: 1 addition & 0 deletions src/components/shared_ui/popover/popover.scss
Original file line number Diff line number Diff line change
Expand Up @@ -57,6 +57,7 @@
background: var(--general-active);
color: var(--text-prominent);
z-index: 1;
align-items: center;

&__icon {
flex-grow: 1;
Expand Down
3 changes: 3 additions & 0 deletions src/stores/dashboard-store.ts
Original file line number Diff line number Diff line change
Expand Up @@ -349,6 +349,9 @@ export default class DashboardStore implements IDashboardStore {
showVideoDialog = (dialog_option: TDialogOptions): void => {
const { url, type = '' } = dialog_option;
const dialog_type = ['google', 'url'];
this.faq_search_value = '';
this.setActiveTabTutorial(0);
this.resetTutorialTabContent();
if (dialog_type.includes(type)) {
if (type === 'url') {
this.dialog_options = {
Expand Down

0 comments on commit 736ee31

Please sign in to comment.