feat(ui): add open queue to queue action menu

This commit is contained in:
psychedelicious
2024-01-02 19:02:39 +11:00
committed by Kent Keirsey
parent e9bce6e1c3
commit 1e2e26cfc2
3 changed files with 17 additions and 4 deletions

View File

@@ -23,7 +23,7 @@ const invokeAI = definePartsStyle(() => ({
bg: 'base.800',
shadow: 'dark-lg',
border: 'none',
p: 1,
p: 2,
},
item: {
// this will style the MenuItem and MenuItemOption components