Styling ionic 2 toast

前端 未结 9 2009
深忆病人
深忆病人 2021-02-05 07:32

Is there any way to style the text message within an ionic 2 toast?

I have tried this:

9条回答
  •  [愿得一人]
    2021-02-05 07:49

    You can accomplish, however you need to modify the toast component template itself.

    Via explorer: \node_modules\ionic-angular\components\toast\toast.js

    Change line 194 (template): {{d.message}} to

提交回复
热议问题