File tree Expand file tree Collapse file tree 3 files changed +9
-6
lines changed Expand file tree Collapse file tree 3 files changed +9
-6
lines changed Original file line number Diff line number Diff line change @@ -285,8 +285,13 @@ pre {
285285 }
286286}
287287
288+ .copy-button .copy-icon {
289+ fill : var (--color-figure-gray );
290+ }
291+
288292.copy-button.copied .checkmark-icon {
289293 color : var (--color-figure-blue );
294+ fill : currentColor ;
290295}
291296
292297 </style >
Original file line number Diff line number Diff line change 1010
1111<template >
1212 <SVGIcon
13- class =" checkmark-icon "
13+ class =" CheckmarkIcon "
1414 viewBox =" 0 0 24 24"
1515 themeId =" checkmark"
1616 >
@@ -28,9 +28,8 @@ export default {
2828 </script >
2929
3030<style scoped lang="scss">
31- .checkmark-icon {
31+ .CheckmarkIcon {
3232 opacity : 1 ;
3333 stroke : currentColor ;
34- fill : currentColor ;
3534}
3635 </style >
Original file line number Diff line number Diff line change 1010
1111<template >
1212 <SVGIcon
13- class =" copy-icon "
13+ class =" CopyIcon "
1414 viewBox =" 0 0 24 24"
1515 themeId =" copy"
1616 >
@@ -31,8 +31,7 @@ export default {
3131 </script >
3232
3333<style scoped lang="scss">
34- .copy-icon {
35- fill : currentColor ;
34+ .CopyIcon {
3635 opacity : 0.8 ;
3736}
3837 </style >
You can’t perform that action at this time.
0 commit comments