mirror of
https://github.com/TheAnachronism/docspell.git
synced 2025-06-23 02:48:26 +00:00
Check query in client
This commit is contained in:
@ -43,7 +43,12 @@ errorMessage =
|
||||
|
||||
warnMessage : String
|
||||
warnMessage =
|
||||
" border border-yellow-800 bg-yellow-50 text-yellow-800 dark:border-amber-200 dark:bg-amber-800 dark:text-amber-200 dark:bg-opacity-25 px-2 py-2 rounded "
|
||||
warnMessageColors ++ " border dark:bg-opacity-25 px-2 py-2 rounded "
|
||||
|
||||
|
||||
warnMessageColors : String
|
||||
warnMessageColors =
|
||||
" border-yellow-800 bg-yellow-50 text-yellow-800 dark:border-amber-200 dark:bg-amber-800 dark:text-amber-200 "
|
||||
|
||||
|
||||
infoMessage : String
|
||||
|
Reference in New Issue
Block a user