diff --git a/apps/playground/assets/logo.png b/apps/playground/assets/logo.png new file mode 100644 index 000000000..f6305e2f8 Binary files /dev/null and b/apps/playground/assets/logo.png differ diff --git a/apps/playground/assets/tailwind.css b/apps/playground/assets/tailwind.css index 419c85683..3c3c5bed7 100644 --- a/apps/playground/assets/tailwind.css +++ b/apps/playground/assets/tailwind.css @@ -1,15 +1,13 @@ @import '@ant-design-vue/tailwind-config'; +@import '@ant-design-vue/tailwind-config/themes'; @source '../index.html'; @source '../src/**/*.{vue,ts}'; + * { scrollbar-width: thin; scrollbar-color: var(--color-base-300) transparent; } + *:focus-visible { outline: none; } - -.shiki.github-dark, -.dark-scrollbar { - scrollbar-color: rgba(121, 121, 121, 0.4) transparent; -} diff --git a/apps/playground/src/App.vue b/apps/playground/src/App.vue index 4d4ebc37c..65e35126e 100644 --- a/apps/playground/src/App.vue +++ b/apps/playground/src/App.vue @@ -1,15 +1,10 @@ diff --git a/apps/playground/src/components/BasicLayout.vue b/apps/playground/src/components/BasicLayout.vue index af8c31db8..f17dbc137 100644 --- a/apps/playground/src/components/BasicLayout.vue +++ b/apps/playground/src/components/BasicLayout.vue @@ -1,7 +1,7 @@