diff --git a/doc/theming/styled/ColorsDoc.vue b/doc/theming/styled/ColorsDoc.vue index ebca3a753..33c727bf7 100644 --- a/doc/theming/styled/ColorsDoc.vue +++ b/doc/theming/styled/ColorsDoc.vue @@ -10,7 +10,7 @@ {{ color }}
-
+
{{ shades[j] }}
@@ -26,11 +26,6 @@ export default { shades: [50, 100, 200, 300, 400, 500, 600, 700, 800, 900, 950], colors: ['emerald', 'green', 'lime', 'red', 'orange', 'amber', 'yellow', 'teal', 'cyan', 'sky', 'blue', 'indigo', 'violet', 'purple', 'fuchsia', 'pink', 'rose', 'slate', 'gray', 'zinc', 'neutral', 'stone'] }; - }, - methods: { - copyColor(value) { - navigator.clipboard.writeText(value); - } } };