Skip to content

Commit

Permalink
Merge pull request #538 from arcana-network/shrinath/fix-iframe-color…
Browse files Browse the repository at this point in the history
…-scheme

Add color scheme style to wallet iframe
  • Loading branch information
shrinathprabhu authored Nov 14, 2023
2 parents 821e2b8 + 26cf97a commit 0382ee4
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/store/app.ts
Original file line number Diff line number Diff line change
Expand Up @@ -94,6 +94,7 @@ export const useAppStore = defineStore('app', {
style.borderTopRightRadius = '5px'
style.borderTopLeftRadius = '5px'
}
style.colorScheme = 'normal'
return style
}
},
Expand Down

0 comments on commit 0382ee4

Please sign in to comment.