mirror of
https://github.com/unraid/api.git
synced 2025-12-31 21:49:57 -06:00
feat: set background color on webcomponents
This commit is contained in:
@@ -18,7 +18,7 @@ onBeforeMount(() => {
|
|||||||
<h3 class="text-lg font-semibold font-mono">
|
<h3 class="text-lg font-semibold font-mono">
|
||||||
UserProfileCe
|
UserProfileCe
|
||||||
</h3>
|
</h3>
|
||||||
<header class="bg-beta py-4 flex flex-row justify-between items-center">
|
<header class="bg-header-background-color py-4 flex flex-row justify-between items-center">
|
||||||
<div class="inline-flex flex-col gap-4 items-start px-4">
|
<div class="inline-flex flex-col gap-4 items-start px-4">
|
||||||
<a href="https://unraid.net" target="_blank">
|
<a href="https://unraid.net" target="_blank">
|
||||||
<BrandLogo class="w-[100px] sm:w-[150px]" />
|
<BrandLogo class="w-[100px] sm:w-[150px]" />
|
||||||
|
|||||||
Reference in New Issue
Block a user