LoginSignup
2
0

More than 3 years have passed since last update.

ionic 3でbuttonがテキストっぽくなってしまう時の対処

Last updated at Posted at 2019-08-26

ionic3での記事です。ionic5、ionic4では確認していません。

押せるけどボタンっぽくない何かが誕生してしまう...


スクリーンショット 2019-08-26 19.55.22.png

直す

参考になったのはここのページ

<ion-button block color="primary">ボタンだよ</ion-button>

<div padding>
          <ion-button block color="primary">ボタンだよ</ion-button>
</div>
2
0
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
2
0