You've already forked obsidian-visualiser
Add RadioGroup and style for disabled fields
This commit is contained in:
@@ -6,7 +6,7 @@ export default defineNuxtConfig({
|
||||
'nuxt-security',
|
||||
'@nuxtjs/tailwindcss',
|
||||
'@vueuse/nuxt',
|
||||
'radix-vue/nuxt',
|
||||
'radix-vue/nuxt'
|
||||
],
|
||||
tailwindcss: {
|
||||
viewer: false,
|
||||
@@ -14,7 +14,7 @@ export default defineNuxtConfig({
|
||||
theme: {
|
||||
extend: {
|
||||
boxShadow: {
|
||||
raw: '0 0 0 3px var(--tw-shadow-color)'
|
||||
raw: '0 0 0 2px var(--tw-shadow-color)'
|
||||
},
|
||||
},
|
||||
colors: {
|
||||
|
||||
Reference in New Issue
Block a user