Skip to content

Commit f7cf55e

Browse files
author
Konstantin Dinev
committed
fix(ng-bootstrap): updating class names
1 parent 1a39434 commit f7cf55e

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

src/app/theming/bootstrap/bootstrap-sample.component.scss

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -93,12 +93,12 @@ $dark-secondary: color($custom-dark-palette, "secondary");
9393
@include bootstrap-dark-theme($custom-dark-palette);
9494

9595
.accordion {
96-
.card-header {
96+
.accordion-header {
9797
background-color: color($custom-dark-palette, 'grays', 200);
9898
color: color($custom-dark-palette, 'grays', 900);
9999
}
100100

101-
.card {
101+
.accordion-item {
102102
background-color: color($custom-dark-palette, 'surface');
103103
border-color: color($custom-dark-palette, 'grays', 300);
104104
}

0 commit comments

Comments
 (0)