Skip to content

Commit 1efeccf

Browse files
committed
chore: tsc
1 parent ef7dece commit 1efeccf

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/button/button.android.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,9 +12,9 @@ import {
1212
androidElevationProperty,
1313
backgroundInternalProperty,
1414
colorProperty,
15-
profile,
15+
profile
1616
} from '@nativescript/core';
17-
import { TextTransform, textAlignmentProperty , textTransformProperty } from '@nativescript/core/ui/text-base';
17+
import { TextAlignment, TextTransform, textAlignmentProperty, textTransformProperty } from '@nativescript/core/ui/text-base';
1818
import { ButtonBase, imageSourceProperty, srcProperty } from './button-common';
1919

2020
let LayoutInflater: typeof android.view.LayoutInflater;

0 commit comments

Comments
 (0)