Skip to content

Commit c1c0589

Browse files
committed
add mx-3 to view
1 parent 0e4c1e8 commit c1c0589

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

resources/views/columns/type-column.blade.php

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,10 +34,11 @@
3434
}
3535
@endphp
3636
@if($value || config('filament-types.empty_state'))
37+
3738
<span @if($description && $getAllowDescription()) x-tooltip="{content: '{{$description}}', theme: $store.theme }" @endif style="{{ implode([
3839
"background-color: rgba(".$colorRGB[0].", ".$colorRGB[1].", ".$colorRGB[2].", 0.2);",
3940
"color: rgba(".$colorRGB[0].", ".$colorRGB[1].", ".$colorRGB[2].", 1);"
40-
]) }}" class="fi-badge flex items-center justify-center gap-x-1 rounded-md text-xs font-medium ring-1 ring-inset px-2 min-w-[theme(spacing.6)] py-1 fi-color-custom bg-custom-50 text-custom-600 ring-custom-600/10 dark:bg-custom-400/10 dark:text-custom-400 dark:ring-custom-400/30 fi-color-primary">
41+
]) }}" class="mx-3 fi-badge flex items-center justify-center gap-x-1 rounded-md text-xs font-medium ring-1 ring-inset px-2 min-w-[theme(spacing.6)] py-1 fi-color-custom bg-custom-50 text-custom-600 ring-custom-600/10 dark:bg-custom-400/10 dark:text-custom-400 dark:ring-custom-400/30 fi-color-primary">
4142

4243
@if($icon && $iconExists)
4344
<div>

resources/views/components/type.blade.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,14 @@
11
<span
22
@if($label)
3-
x-tooltip="{
3+
x-tooltip="{
44
content: '{{ $label }}',
55
theme: $store.theme,
66
}"
77
@endif
88
style="{{ implode([
99
"background-color: rgba(".$r.", ".$g.", ".$b.", 0.2);",
1010
"color: rgba(".$r.", ".$g.", ".$b.", 1);"
11-
]) }}" class="fi-badge flex items-center justify-center gap-x-1 rounded-md text-xs font-medium ring-1 ring-inset px-2 min-w-[theme(spacing.6)] py-1 fi-color-custom bg-custom-50 text-custom-600 ring-custom-600/10 dark:bg-custom-400/10 dark:text-custom-400 dark:ring-custom-400/30 fi-color-primary">
11+
]) }}" class="mx-3 fi-badge flex items-center justify-center gap-x-1 rounded-md text-xs font-medium ring-1 ring-inset px-2 min-w-[theme(spacing.6)] py-1 fi-color-custom bg-custom-50 text-custom-600 ring-custom-600/10 dark:bg-custom-400/10 dark:text-custom-400 dark:ring-custom-400/30 fi-color-primary">
1212

1313
@if($type->icon && $iconExists)
1414
<div>

0 commit comments

Comments
 (0)