MOBILE-3320 chore: Fix typos and missing files

main
Noel De Martin 2021-05-05 17:41:37 +02:00
parent 193be52ffa
commit 25edf4a3aa
3 changed files with 2 additions and 2 deletions

Binary file not shown.

After

Width:  |  Height:  |  Size: 972 B

View File

@ -31,7 +31,7 @@ import { Directive, ElementRef, OnInit, Input, Output, EventEmitter } from '@ang
* *
* Example usage: * Example usage:
* *
* <a ion-button [core-suppress-events] (onClick)="toggle($event)"> * <ion-button [core-suppress-events] (onClick)="toggle($event)">
*/ */
@Directive({ @Directive({
selector: '[core-suppress-events]', selector: '[core-suppress-events]',

View File

@ -122,7 +122,7 @@
ion-slide { ion-slide {
--background: var(--core-tab-background); --background: var(--core-tab-background);
--color: var(--core-tab-color); --color: var(--core-tab-color);
--border-color: var(--core-tab-border-colo); --border-color: var(--core-tab-border-color);
--color-active: var(--core-tab-color-active); --color-active: var(--core-tab-color-active);
--border-color-active: var(--core-tab-border-color-active); --border-color-active: var(--core-tab-border-color-active);
} }