style: update header color for selected category in settings
This commit is contained in:
parent
f25e096063
commit
5f7885a6bd
1 changed files with 1 additions and 1 deletions
|
@ -113,7 +113,7 @@ export default component$(() => {
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
<div class="flex flex-col flex-3/4 text-lg overflow-clip">
|
<div class="flex flex-col flex-3/4 text-lg overflow-clip">
|
||||||
<h1 class="text-2xl mb-4">{categories.value[selectedCategory.value].name}</h1>
|
<h1 class="text-2xl mb-2 text-white/75">{categories.value[selectedCategory.value].name}</h1>
|
||||||
<SelectedComponent.value />
|
<SelectedComponent.value />
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue