Skip to content

Commit 9f5c311

Browse files
committed
fix(hub-ui): align toast and dock glass
1 parent 90fc51c commit 9f5c311

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

‎packages/hub-ui/src/client/components/display/ToastOverlay.vue‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ function dispatchAction(action: DevframeMessageAction) {
5454
<div
5555
v-for="toast of toasts"
5656
:key="toast.id"
57-
class="bg-glass:80 border color-base border-base shadow-xl cursor-pointer hover:bg-glass:90 transition-colors rounded"
57+
class="bg-dock-glass border color-base border-base shadow-xl cursor-pointer hover:bg-glass:60 dark:hover:bg-glass:90 transition-colors rounded"
5858
@click="openMessages(toast.id)"
5959
>
6060
<MessageItem :entry="toast.entry" compact class="px-3 py-2.5">

0 commit comments

Comments
 (0)