diff --git a/src/components/editor/absolute/shortcuts/EditorShortcutsFinder.vue b/src/components/editor/absolute/shortcuts/EditorShortcutsFinder.vue index 89b07f7dc..e46e06398 100644 --- a/src/components/editor/absolute/shortcuts/EditorShortcutsFinder.vue +++ b/src/components/editor/absolute/shortcuts/EditorShortcutsFinder.vue @@ -1,76 +1,80 @@ diff --git a/src/components/editor/absolute/shortcuts/EditorShortcutsSwitcher.vue b/src/components/editor/absolute/shortcuts/EditorShortcutsSwitcher.vue index 5db6eb282..90e780f6d 100644 --- a/src/components/editor/absolute/shortcuts/EditorShortcutsSwitcher.vue +++ b/src/components/editor/absolute/shortcuts/EditorShortcutsSwitcher.vue @@ -1,84 +1,88 @@ diff --git a/tailwind.config.js b/tailwind.config.js index 399f311f0..5dbe121fb 100644 --- a/tailwind.config.js +++ b/tailwind.config.js @@ -50,7 +50,7 @@ module.exports = { backgroundColor: theme => ({ "black-opacity": 'rgba(0,0,0, 0.15)', "white-opacity": 'rgba(255,255,255, 0.1)', - "modal": 'rgba(0,0,0, 0.6)' + "modal": 'rgba(0,0,0, 0.4)' }), boxShadow: theme => ({ "binset": `rgba(50, 50, 93, 0.4) 0px 2px 5px -1px, rgba(0, 0, 0, 0.65) 0px 1px 3px -1px;`,