add dark mode in BaseMoney and BaseTextArea (#1170)

This commit is contained in:
varshapun
2023-03-28 17:20:29 +05:30
committed by GitHub
parent 82efad71c0
commit ba7f619c67
2 changed files with 3 additions and 3 deletions

View File

@ -45,7 +45,7 @@ const props = defineProps({
defaultInputClass: {
type: String,
default:
'box-border w-full px-3 py-2 text-sm not-italic font-normal leading-snug text-left text-black placeholder-gray-400 bg-white border border-gray-200 border-solid rounded outline-none',
'box-border w-full px-3 py-2 text-sm not-italic font-normal leading-snug text-left text-black placeholder-gray-400 bg-white border border-gray-200 dark:border-gray-600 border-solid rounded outline-none dark:bg-gray-700 dark:text-white',
},
autosize: {
type: Boolean,