Open Sartori-RIA opened 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();
hi, I trying to change background color and text color. but when I change this colors, corner radius stopping to work in android: