change font to inter, scale down fonts, improve rounding/filter elements

This commit is contained in:
Gregor Vostrak
2025-07-17 16:33:31 +02:00
committed by Constantin Graf
parent e3cfc155b8
commit 38f38790d5
33 changed files with 4228 additions and 92 deletions

View File

@@ -1,14 +1,14 @@
<x-filament-widgets::widget>
<x-filament::section>
<div>
<span class="text-gray-950 font-bold">Version</span>
<span class="text-gray-950 font-bold dark:text-white">Version</span>
@if($version !== null)
<span>v{{ $version }}</span>
@else
<span>-</span>
@endif
<br>
<span class="text-gray-950 font-bold">Build</span>
<span class="text-gray-950 font-bold dark:text-white">Build</span>
@if($build !== null)
<span>{{ $build }}</span>
@else