restyling authentication in dark mode
This commit is contained in:
@@ -5,7 +5,7 @@ defineProps({
|
||||
</script>
|
||||
|
||||
<template>
|
||||
<label class="block font-medium text-sm text-gray-700">
|
||||
<label class="block font-medium text-sm text-gray-700 dark:text-gray-100">
|
||||
<span v-if="value">{{ value }}</span>
|
||||
<span v-else><slot /></span>
|
||||
</label>
|
||||
|
||||
Reference in New Issue
Block a user