adata-ui 2.1.41-beta.2 → 2.1.41-beta.3
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
|
@@ -56,7 +56,7 @@ const profile: string = 'modals.mobile_navigation.type_profile'
|
|
|
56
56
|
</script>
|
|
57
57
|
|
|
58
58
|
<template>
|
|
59
|
-
<header class="mx-3 mb-3 overflow-hidden rounded-full border border-default bg-
|
|
59
|
+
<header class="mx-3 mb-3 overflow-hidden rounded-full border border-default bg-main/10 shadow-lg backdrop-blur-lg backdrop-saturate-140">
|
|
60
60
|
<div class="grid w-full grid-cols-3 justify-items-center">
|
|
61
61
|
<slot>
|
|
62
62
|
<button
|
|
@@ -107,7 +107,7 @@ onMounted(() => {
|
|
|
107
107
|
<system-notification />
|
|
108
108
|
<header
|
|
109
109
|
ref="headerRef"
|
|
110
|
-
class="relative h-16 border-b border-default bg-main/
|
|
110
|
+
class="relative h-16 border-b border-default bg-main/10 backdrop-blur-lg backdrop-saturate-140"
|
|
111
111
|
>
|
|
112
112
|
<div class="a-container mobile-padding flex h-full items-center justify-between gap-2">
|
|
113
113
|
<!-- Desktop hidden -->
|