improve ui (#421)

* improve  ui

* fix typo

---------

Co-authored-by: Julien Nahum <julien@nahum.net>
This commit is contained in:
Favour Olayinka
2024-05-28 12:13:56 +01:00
committed by GitHub
parent ee92ffdfad
commit 289bdf93e0
2 changed files with 4 additions and 31 deletions

View File

@@ -4,7 +4,7 @@
class="p-4 w-full border-b"
>
<template #title>
<div class="flex items-center pr-8">
<div class="flex items-center pr-8 space-x-2">
<div
class="mr-3"
:class="{ 'text-blue-600': show, 'text-gray-500': !show }"
@@ -13,7 +13,7 @@
</div>
<h3
id="v-step-2"
class="font-semibold flex-grow"
class="font-semibold flex-grow mr-2"
>
{{ name }}
</h3>