chore(deps): bump tailwindcss to v4
This commit is contained in:
@@ -25,7 +25,7 @@ const message_avatar = computed(() => {
|
||||
})
|
||||
const message_background = computed(() => {
|
||||
if (props.message?.interrupted) {
|
||||
return 'bg-red-200/50 dark:bg-red-800/20 border-red-300 dark:!border-red-500/50'
|
||||
return 'bg-red-200/50 dark:bg-red-800/20 border-red-300 dark:border-red-500/50!'
|
||||
}
|
||||
switch (props.message?.role) {
|
||||
case 'user':
|
||||
|
||||
Reference in New Issue
Block a user