Skip to content

Commit 5a211c3

Browse files
author
Itamar Junior
committed
fix: add rounded top corners to the monthly budget table header for improved styling
1 parent 82f4621 commit 5a211c3

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

resources/views/livewire/company/budget-calendar.blade.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -209,13 +209,13 @@ class="absolute top-2 right-2 text-gray-400 hover:text-gray-600">
209209
<section class="mt-12 md:mt-0 2xl:pl-14 w-full col-span-3">
210210
<h2 class="text-base font-semibold text-gray-900">Monthly Budget for
211211
{{ $currentDate->format('F Y') }}</h2>
212-
<div class="mt-4 flex flex-col gap-y-1 text-sm/6 text-gray-500">
212+
<div class="mt-4 flex flex-col text-sm/6 text-gray-500">
213213
<div class="relative overflow-x-auto shadow-md sm:rounded-lg">
214214
@if ($monthlyDueItems->count() > 0)
215215
<table
216216
class="w-full text-sm text-left rtl:text-right text-gray-500 dark:text-gray-400">
217217
<thead
218-
class="text-xs text-gray-700 uppercase bg-gray-50 dark:bg-gray-700 dark:text-gray-400">
218+
class="text-xs text-gray-700 uppercase bg-gray-50 dark:bg-gray-700 dark:text-gray-400 rounded-t-full">
219219
<tr>
220220
<th scope="col" class="px-6 py-3">
221221
Due

0 commit comments

Comments
 (0)