Skip to content

Commit ba4cb8a

Browse files
committed
terminal: Updated interrupt button
1 parent 4b0b754 commit ba4cb8a

1 file changed

Lines changed: 1 addition & 4 deletions

File tree

packages/apps/terminal/src/components/Terminal.module.css

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -97,10 +97,6 @@
9797
}
9898

9999
.InterruptButton {
100-
--text-color: var(--black-1);
101-
--normal-color: var(--red-0);
102-
--hover-color: var(--red-1);
103-
104100
display: none;
105101
gap: 0.5rem;
106102
flex-direction: row-reverse;
@@ -115,6 +111,7 @@
115111

116112
.InterruptButton > svg {
117113
margin: 0;
114+
width: auto;
118115
}
119116

120117
.InterruptButton * {

0 commit comments

Comments
 (0)