Skip to content

Commit

Permalink
feat(Bridge): Update Stargate UI
Browse files Browse the repository at this point in the history
  • Loading branch information
ChefMomota committed Jul 10, 2023
1 parent df917ea commit 333d77a
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 deletions.
4 changes: 2 additions & 2 deletions apps/bridge/components/stargate/config.ts
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
import { arbitrum, mainnet, optimism, polygon, avalanche, fantom } from 'viem/chains'

const VERSION = '0.0.25-mainnet.20'
const SHA384 = 'RDYGBMTG+YS5OF8Kavau0Xdyq6j7e/5bFMF55lYu3Oz3gthIOqQSSJkcz96n6knF'
const VERSION = '0.0.27'
const SHA384 = 'ZWUQEUGzdCAFC3Dch9zkGZQawEKOjOytxBQfPjasDDgGCWyR+njzQ9rOW8a/F8LK'
export const PARTNER_ID = 0x0002
export const FEE_COLLECTOR = '0x68C7ABB8b1c3D1cE467E28265770F3a7ECF32654'
export const FEE_TENTH_BPS = '0'
Expand Down
5 changes: 5 additions & 0 deletions apps/bridge/components/stargate/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,11 @@ export const StargateWidget = ({ theme }: { theme: PancakeTheme }) => {
.MuiFormLabel-root.Mui-focused {
color: ${theme.colors.text} !important;
}
ul.MuiList-root button:hover:not(:disabled),
ul.MuiList-root button :focus:not(:disabled) {
background-color: rgba(255, 255, 255, 0.08) !important;
}
`}</style>
{/* @ts-ignore */}
<stargate-widget
Expand Down

0 comments on commit 333d77a

Please sign in to comment.