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 eb9e860 commit d0140bbCopy full SHA for d0140bb
.changeset/bright-mice-flow.md
@@ -0,0 +1,5 @@
1
+---
2
+"@ultraviolet/plus": patch
3
4
+
5
+`CodeEditor`: add backgroundc color on copy button for readability
packages/plus/src/components/CodeEditor/styles.css.ts
@@ -7,6 +7,7 @@ export const copyButton = style({
7
position: 'absolute',
8
top: theme.space[1],
9
right: theme.space[1],
10
+ backgroundColor: consoleDarkTheme.colors.neutral.backgroundWeak,
11
selectors: {
12
'&:hover': {
13
backgroundColor: consoleDarkTheme.colors.neutral.backgroundHover,
0 commit comments