Skip to content

Commit 2c5a078

Browse files
committed
Fix styling
1 parent 89b0905 commit 2c5a078

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Pages/Grants/Index.cshtml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
foreach (var grant in Model.View.Grants)
2525
{
2626
<div class="card">
27-
<div class="card-header bg-primary text-white">
27+
<div class="card-header bg-light text-white">
2828
<div class="row">
2929
<div class="col-sm-8 card-title">
3030
@if (grant.ClientLogoUrl != null)

0 commit comments

Comments
 (0)