What is Best way to override the style of primeng components?

后端 未结 6 1493
南方客
南方客 2020-12-02 17:02

i want to overright the style of primeng components as per component level not for whole app, either i have to change the style in main theme.css file or inline

6条回答
  •  不思量自难忘°
    2020-12-02 18:01

    Try using

    :host >>> .ui-dropdown-item {...}

    You won't need any surrounded div or adding the styles to the main style.css.

提交回复
热议问题