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 c675f44 commit 1def9e2Copy full SHA for 1def9e2
packages/feedback/src/screenshot/components/ScreenshotInput.css.ts
@@ -56,7 +56,7 @@ export function createScreenshotInputStyles(styleNonce?: string): HTMLStyleEleme
56
padding: 8px;
57
gap: 8px;
58
border-radius: var(--menu-border-radius, 6px);
59
- background: var(--button-primary-background, var(--background));
+ background: var(--button-background, var(--background));
60
width: 175px;
61
position: absolute;
62
}
@@ -91,7 +91,6 @@ export function createScreenshotInputStyles(styleNonce?: string): HTMLStyleEleme
91
92
.editor__tool-container {
93
94
- z-index: 2;
95
padding: 10px 0px;
96
top: 0;
97
0 commit comments