From abe808a1396d9eca05334ed4d7d16dac8974d900 Mon Sep 17 00:00:00 2001 From: Sergey Andrievskiy Date: Mon, 8 Apr 2019 18:40:04 +0300 Subject: [PATCH] feat(list): use common divider color for border --- src/framework/theme/components/list/list.component.ts | 2 +- src/framework/theme/styles/themes/_default.scss | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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 c174b811e0..efa0511f6d 100644 --- a/src/framework/theme/styles/themes/_default.scss +++ b/src/framework/theme/styles/themes/_default.scss @@ -1056,7 +1056,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,