styled copy button
This commit is contained in:
@@ -19,7 +19,14 @@ export default defineConfig({
|
||||
integrations: [
|
||||
minify(),
|
||||
metaTags(),
|
||||
expressiveCode({ themes: [codeTheme] }),
|
||||
expressiveCode({
|
||||
themes: [codeTheme],
|
||||
styleOverrides: {
|
||||
frames: {
|
||||
tooltipSuccessBackground: "#7ECA9C",
|
||||
},
|
||||
},
|
||||
}),
|
||||
mdx(),
|
||||
lighthouse(),
|
||||
icon(),
|
||||
|
Reference in New Issue
Block a user