Skip to content

Commit

Permalink
feat(list): Eva style (#1363)
Browse files Browse the repository at this point in the history
  • Loading branch information
yggg committed May 27, 2019
1 parent 1dbddda commit b280112
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/framework/theme/components/list/list.component.ts
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ import { Component, Input, HostBinding } from '@angular/core';
* ```ts
* @NgModule({
* imports: [
* // ...
* // ...
* NbListModule,
* ],
* })
Expand Down
2 changes: 1 addition & 1 deletion src/framework/theme/styles/themes/_default.scss
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down

0 comments on commit b280112

Please sign in to comment.