mirror of
https://github.com/invoke-ai/InvokeAI
synced 2024-08-30 20:32:17 +00:00
chore(ui): bump deps
Includes vite v5 - only change needed is to set .mts for vite config files.
This commit is contained in:
committed by
Kent Keirsey
parent
6f354f16ba
commit
b490c8ae27
@ -15,8 +15,8 @@ const baseStylePreview = defineStyle({
|
||||
transitionDuration: 'normal',
|
||||
color: 'base.100',
|
||||
_invalid: {
|
||||
color: 'error.300'
|
||||
}
|
||||
color: 'error.300',
|
||||
},
|
||||
});
|
||||
|
||||
const baseStyleInput = defineStyle(() => ({
|
||||
|
Reference in New Issue
Block a user