Dark mode support for Polls

This commit is contained in:
Justin
2022-06-16 14:22:00 -04:00
parent 4687f9b79b
commit 2f4f2c02b1
4 changed files with 30 additions and 24 deletions

View File

@@ -15,7 +15,7 @@ const themes = {
default: 'text-gray-900 dark:text-gray-100',
danger: 'text-danger-600',
primary: 'text-primary-600 dark:text-primary-400',
muted: 'text-gray-500 dark:text-gray-400',
muted: 'text-gray-500 dark:text-gray-300',
subtle: 'text-gray-400 dark:text-gray-500',
success: 'text-success-600',
inherit: 'text-inherit',