Skip to content

Commit c1587cc

Browse files
authored
Merge pull request #17 from DuendeSoftware/mb/style
Fix styling
2 parents 89b0905 + 2c5a078 commit c1587cc

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)