Skip to content

Commit

Permalink
bundle table-header color added (#129)
Browse files Browse the repository at this point in the history
  • Loading branch information
fahad-aot authored Jan 3, 2024
1 parent eb2b86f commit 47a0452
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion forms-flow-theme/src/overrideClasses/bootstrapOverride.scss
Original file line number Diff line number Diff line change
Expand Up @@ -17,4 +17,8 @@
}
.bg-primary{
background-color: var(--color-primary) !important;
}
}
.table-primary {
--bs-table-color: #fff;
--bs-table-bg:var(--color-primary) !important;
}

0 comments on commit 47a0452

Please sign in to comment.