Skip to content

Commit

Permalink
fix: close&back icon in connector dialog increase 25% (#87)
Browse files Browse the repository at this point in the history
  • Loading branch information
sfsf332 authored Nov 21, 2024
1 parent 9f36dcc commit 3d13978
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions packages/connector/src/components/dialog.ts
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,11 @@ export class Dialog extends LitElement {
padding-bottom: 1rem;
border-bottom: 1px solid var(--divider);
}
.close,
.back {
padding: 0.2rem 0.4rem;
cursor: pointer;
}
.close svg,
.back svg {
width: 0.8rem;
Expand All @@ -86,7 +90,6 @@ export class Dialog extends LitElement {
.close.active svg,
.back.active svg {
opacity: 1;
cursor: pointer;
}
.body {
Expand Down

0 comments on commit 3d13978

Please sign in to comment.