We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 42530d7 commit cd26410Copy full SHA for cd26410
resources/views/components/avatar.blade.php
@@ -16,7 +16,7 @@
16
{{ $attributes->merge(['class' => 'rounded-full text-gray-500']) }}
17
/>
18
@else
19
- <div {{ $attributes->merge(['class' => 'bg-gray-100 rounded-full text-gray-500 relative flex items-center justify-center']) }}>
+ <div {{ $attributes->merge(['class' => 'bg-gray-50 rounded-full text-gray-500 relative flex items-center justify-center']) }}>
20
<img
21
src="{{ asset('images/laravelio-icon.svg') }}"
22
alt="{{ $user->name() }}"
0 commit comments