triniwiz / nativescript-toasty

:bread: NativeScript toast plugin :bread:
Other
44 stars 21 forks source link

corner radius don't with problem when change color #28

Open Sartori-RIA opened 5 years ago

Sartori-RIA commented 5 years ago

hi, I trying to change background color and text color. but when I change this colors, corner radius stopping to work in android:


       const toast = new Toasty({
            text: ` ${t('notification_password_minimum_length')} ${minimumLength}`,
        });
        toast.setBackgroundColor('#f00');
        toast.setTextColor('#fff');
        toast.show();