@@ -289,15 +289,15 @@ watch(
289289 <div
290290 ref =" frontendReference"
291291 role =" button"
292- class =" version-badge relative flex w-full cursor-pointer items-center justify-center overflow-visible rounded-md p-2 transition-all duration-200 ease-in-out "
292+ class =" btn relative btn-sm "
293293 @click =" handleFrontendUpgrade"
294294 @mouseenter =" onFrontendMouseEnter"
295295 @mouseleave =" onFrontendMouseLeave"
296296 >
297297 <!-- Update indicator -->
298298 <span
299299 v-if =" frontendRelease?.isUpdateAvailable"
300- class =" absolute top-0 right-0 inline-grid translate-x-1/2 -translate-y-1/2"
300+ class =" absolute top-2 right-2 inline-grid translate-x-1/2 -translate-y-1/2"
301301 >
302302 <span
303303 class =" col-start-1 row-start-1 h-2 w-2 animate-ping rounded-full bg-info"
@@ -326,14 +326,14 @@ watch(
326326 v-if =" isFrontendTooltipOpen"
327327 ref =" frontendFloating"
328328 :style =" frontendFloatingStyles"
329- class =" z-70 max-h-96 overflow-y-auto rounded-xl bg-neutral p-4 text-neutral-content shadow-xl"
329+ class =" z-70 max-h-96 overflow-y-auto rounded-xl bg-base-100 p-4 text-neutral-content shadow-xl"
330330 @mouseenter =" onFrontendTooltipMouseEnter"
331331 @mouseleave =" onFrontendTooltipMouseLeave"
332332 >
333333 <!-- Arrow -->
334334 <div
335335 ref =" frontendArrow"
336- class =" absolute h-2 w-2 rotate-45 bg-neutral "
336+ class =" absolute h-2 w-2 rotate-45 bg-base-100 "
337337 :style =" frontendArrowStyles"
338338 />
339339 <Changelog
@@ -348,15 +348,15 @@ watch(
348348 <div
349349 ref =" backendReference"
350350 role =" button"
351- class =" version-badge relative flex w-full cursor-pointer items-center justify-center overflow-visible rounded-md p-2 transition-all duration-200 ease-in-out "
351+ class =" btn relative btn-sm "
352352 @click =" handleBackendUpgrade"
353353 @mouseenter =" onBackendMouseEnter"
354354 @mouseleave =" onBackendMouseLeave"
355355 >
356356 <!-- Update indicator -->
357357 <span
358358 v-if =" backendRelease?.isUpdateAvailable"
359- class =" absolute top-0 right-0 inline-grid translate-x-1/2 -translate-y-1/2"
359+ class =" absolute top-2 right-2 inline-grid translate-x-1/2 -translate-y-1/2"
360360 >
361361 <span
362362 class =" col-start-1 row-start-1 h-2 w-2 animate-ping rounded-full bg-info"
@@ -385,14 +385,14 @@ watch(
385385 v-if =" isBackendTooltipOpen"
386386 ref =" backendFloating"
387387 :style =" backendFloatingStyles"
388- class =" z-70 max-h-96 overflow-y-auto rounded-xl bg-neutral p-4 text-neutral-content shadow-xl"
388+ class =" z-70 max-h-96 overflow-y-auto rounded-xl bg-base-100 p-4 text-neutral-content shadow-xl"
389389 @mouseenter =" onBackendTooltipMouseEnter"
390390 @mouseleave =" onBackendTooltipMouseLeave"
391391 >
392392 <!-- Arrow -->
393393 <div
394394 ref =" backendArrow"
395- class =" absolute h-2 w-2 rotate-45 bg-neutral "
395+ class =" absolute h-2 w-2 rotate-45 bg-base-100 "
396396 :style =" backendArrowStyles"
397397 />
398398 <Changelog
0 commit comments