Skip to content

Commit 4003615

Browse files
committed
chore: imports fix
1 parent dd374ad commit 4003615

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/button/button-common.ts

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
import { Button, CSSType, Color, Property } from '@nativescript/core';
2-
import { VerticalTextAlignment, cssProperty } from '@nativescript-community/ui-material-core';
2+
import { cssProperty } from '@nativescript-community/ui-material-core';
3+
import { VerticalTextAlignment } from '@nativescript-community/text';
34

45
@CSSType('MDButton')
56
export abstract class ButtonBase extends Button {

0 commit comments

Comments
 (0)