Skip to content

Commit

Permalink
Merge pull request #76 from Rotzbua/fix_typo
Browse files Browse the repository at this point in the history
fix: typo
  • Loading branch information
emanuelefricano93 authored Dec 21, 2024
2 parents 943facb + e3c601f commit b635ec6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@ enum NgxTimelineEventChangeSide {

### Custom Theme supported

This is an example of custom-theme that can be applied for istance via an ng-class directive to the container of the library. In this way you are redefine some variables that are defined and used inside the library and it is easier to override some properties
This is an example of custom-theme that can be applied for instance via an ng-class directive to the container of the library. In this way you are redefine some variables that are defined and used inside the library and it is easier to override some properties
```scss
.custom-theme {
--ngx-timeline-icon: black;
Expand Down
2 changes: 1 addition & 1 deletion projects/ngx-timeline/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@ enum NgxTimelineEventChangeSide {

### Custom Theme supported

This is an example of custom-theme that can be applied for istance via an ng-class directive to the container of the library. In this way you are redefine some variables that are defined and used inside the library and it is easier to override some properties
This is an example of custom-theme that can be applied for instance via an ng-class directive to the container of the library. In this way you are redefine some variables that are defined and used inside the library and it is easier to override some properties
```scss
.custom-theme {
--ngx-timeline-icon: black;
Expand Down

0 comments on commit b635ec6

Please sign in to comment.