Skip to content

Commit 867bcca

Browse files
committed
feat(hub-ui): update ui design
1 parent dd5f159 commit 867bcca

3 files changed

Lines changed: 4 additions & 4 deletions

File tree

packages/hub-ui/src/client/components/dock/DockEntry.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -110,7 +110,7 @@ useEventListener('pointerdown', () => {
110110
<div
111111
v-if="badge"
112112
class="absolute top-0.5 right-0 text-0.6em px-1 rounded-full shadow"
113-
:class="badgeStyle ? '' : 'bg-primary text-white'"
113+
:class="badgeStyle ? '' : 'bg-gray-500 text-white'"
114114
:style="badgeStyle"
115115
>
116116
{{ badge }}

packages/hub-ui/src/client/components/views-builtin/ViewBuiltinClientAuthNotice.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -101,7 +101,7 @@ async function submit() {
101101
type="submit"
102102
variant="primary"
103103
icon="i-ph-shield-check-duotone"
104-
class="w-full justify-center text-base py-2!"
104+
class="w-full justify-center text-base py-2! disabled:saturate-0"
105105
:loading="verifying"
106106
:disabled="code.length < CODE_LENGTH"
107107
>

packages/hub-ui/src/client/style.css

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -68,15 +68,15 @@
6868
}
6969

7070
#devframes-anchor #devframes-dock {
71-
--uno: h-full rounded-full select-none touch-none ma flex;
71+
--uno: h-full rounded-lg select-none touch-none ma flex border border-base;
7272
--uno: "shadow text-[#333] dark:text-white bg-glass:80";
7373
--uno: transition-all duration-500;
7474
height: var(--devframes-dock-height, 40px);
7575
width: calc-size(max-content, size);
7676
}
7777

7878
#devframes-anchor.devframes-minimized #devframes-dock {
79-
--uno: px-0 py-[2px];
79+
--uno: px-0 py-[2px] rounded-full;
8080
width: var(--devframes-dock-minimized-size, 22px);
8181
height: var(--devframes-dock-minimized-size, 22px);
8282
}

0 commit comments

Comments
 (0)