Skip to content

Commit b5ccc86

Browse files
committed
fix: improve send modal dropdown contrast against input fields
1 parent c4c733e commit b5ccc86

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

src/components/tx/SendModal.vue

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -429,8 +429,8 @@ export default {
429429
margin-top: 6px;
430430
max-height: 160px;
431431
overflow-y: auto;
432-
background: #000;
433-
border: 1px solid rgba(255, 255, 255, 0.08);
432+
background: #1d1d1d;
433+
border: 1px solid rgba(255, 255, 255, 0.15);
434434
box-shadow: 0 8px 30px rgba(0, 0, 0, 0.8);
435435
}
436436

0 commit comments

Comments
 (0)