Skip to content

Commit cd26410

Browse files
author
Joel Butcher
committed
use lighter gray
1 parent 42530d7 commit cd26410

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

resources/views/components/avatar.blade.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
{{ $attributes->merge(['class' => 'rounded-full text-gray-500']) }}
1717
/>
1818
@else
19-
<div {{ $attributes->merge(['class' => 'bg-gray-100 rounded-full text-gray-500 relative flex items-center justify-center']) }}>
19+
<div {{ $attributes->merge(['class' => 'bg-gray-50 rounded-full text-gray-500 relative flex items-center justify-center']) }}>
2020
<img
2121
src="{{ asset('images/laravelio-icon.svg') }}"
2222
alt="{{ $user->name() }}"

0 commit comments

Comments
 (0)