Skip to content

Commit 362e0b8

Browse files
authoredDec 22, 2024··
Slight adjustment to keycode picker for dark mode (#1382)
1 parent ae0732a commit 362e0b8

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed
 

‎src/scss/style.scss

+1-1
Original file line numberDiff line numberDiff line change
@@ -637,7 +637,7 @@ button {
637637
height: 32px;
638638
margin: 0px 5px 5px 0px;
639639
border: 1px solid;
640-
border-radius: 2px;
640+
border-radius: 3px;
641641
box-sizing: border-box;
642642
display: flex;
643643
justify-content: space-around;

‎src/scss/themes.scss

+1-1
Original file line numberDiff line numberDiff line change
@@ -453,7 +453,7 @@ html[data-theme='dark'] {
453453
}
454454

455455
.keycode {
456-
background: #0c0c0c;
456+
background: #1c1c1c;
457457
color: white;
458458
border-color: #0e0e0e;
459459
}

0 commit comments

Comments
 (0)
Please sign in to comment.