Skip to content

Commit 03eb3a6

Browse files
authored
use theme var in terminal context menu button
1 parent f719bf7 commit 03eb3a6

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

src/components/terminal/terminalTouchSelection.css

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@
7171
padding: 12px 16px;
7272
border: none;
7373
background: transparent;
74-
color: #fff;
74+
color: var(--primary-text-color);
7575
font-size: 14px;
7676
font-weight: 500;
7777
text-align: center;
@@ -85,12 +85,12 @@
8585

8686
.terminal-context-menu button:hover,
8787
.terminal-context-menu button:focus {
88-
background: #616161;
88+
background: var(--popup-border-color);
8989
outline: none;
9090
}
9191

9292
.terminal-context-menu button:active {
93-
background: #757575;
93+
background: rgba(var(--secondary-color), 0.5);
9494
}
9595

9696
@media (min-width: 768px) {

0 commit comments

Comments
 (0)