We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4b0b754 commit ba4cb8aCopy full SHA for ba4cb8a
1 file changed
packages/apps/terminal/src/components/Terminal.module.css
@@ -97,10 +97,6 @@
97
}
98
99
.InterruptButton {
100
- --text-color: var(--black-1);
101
- --normal-color: var(--red-0);
102
- --hover-color: var(--red-1);
103
-
104
display: none;
105
gap: 0.5rem;
106
flex-direction: row-reverse;
@@ -115,6 +111,7 @@
115
111
116
112
.InterruptButton > svg {
117
113
margin: 0;
114
+ width: auto;
118
119
120
.InterruptButton * {
0 commit comments