Skip to content

Commit

Permalink
fix(bridge-ui-v2): Fix dialogs being offset (#14624)
Browse files Browse the repository at this point in the history
  • Loading branch information
KorbinianK committed Sep 1, 2023
1 parent fae024d commit 2367c89
Showing 1 changed file with 6 additions and 4 deletions.
10 changes: 6 additions & 4 deletions packages/bridge-ui-v2/src/styles/components.css
Original file line number Diff line number Diff line change
Expand Up @@ -167,11 +167,13 @@
hover:background-color: var(--interactive-dark-tertiary-hover, #5D636F);
}

.glassy-gradient-card {
/* Trying to be consistent with design */
/* grey-500/10 => grey-800/20 */
.glassy-gradient-card::before {
background: linear-gradient(226deg, rgba(93, 99, 111, 0.1) 1.26%, rgba(25, 30, 40, 0.2) 100%);
backdrop-filter: blur(10px);
content: '';
backdrop-filter: blur(2px);
position: absolute;
inset: 0%;
z-index: -1;
}

input {
Expand Down

1 comment on commit 2367c89

@vercel
Copy link

@vercel vercel bot commented on 2367c89 Sep 1, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully deployed to the following URLs:

bridge-ui-v2 – ./packages/bridge-ui-v2

taiko-mono-bridge-ui-v2.vercel.app
bridge-ui-v2-taikoxyz.vercel.app
bridge-ui-v2-git-main-taikoxyz.vercel.app

Please sign in to comment.