Skip to content

Commit d18188f

Browse files
committed
fix(copy-button): update styling to match Webpack theme and improve hover state
1 parent 2639fb9 commit d18188f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/components/CodeBlockWithCopy/CodeBlockWithCopy.scss

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -37,15 +37,15 @@
3737
/* Always visible */
3838
opacity: 1;
3939

40-
background-color: #7c3aed;
40+
background-color: #175d96;
4141
color: #e2e8f0;
4242

4343
transition:
4444
background-color 0.2s,
4545
transform 0.1s;
4646

4747
&:hover {
48-
background-color: #6d28d9;
48+
background-color: #2f85d0;
4949
}
5050

5151
/* Success */

0 commit comments

Comments
 (0)