diff --git a/src/framework/theme/components/list/list.component.ts b/src/framework/theme/components/list/list.component.ts index 7ad5f1653f..487603fcb4 100644 --- a/src/framework/theme/components/list/list.component.ts +++ b/src/framework/theme/components/list/list.component.ts @@ -14,7 +14,7 @@ import { Component, Input, HostBinding } from '@angular/core'; * ```ts * @NgModule({ * imports: [ - * // ... + * // ... * NbListModule, * ], * }) diff --git a/src/framework/theme/styles/themes/_default.scss b/src/framework/theme/styles/themes/_default.scss index 21d45807a7..37c38379ce 100644 --- a/src/framework/theme/styles/themes/_default.scss +++ b/src/framework/theme/styles/themes/_default.scss @@ -1226,7 +1226,7 @@ $theme: ( accordion-item-fg-text: color-fg-text, accordion-item-shadow: shadow, - list-item-border-color: tabs-separator, + list-item-border-color: divider-color, list-item-padding: 1rem, calendar-width: 21.875rem,