#Bubble card styling

1 messages · Page 1 of 1 (latest)

terse halo
#

Hi all,

I created 2 pop up cards with bubble cards:

cards:
  - type: custom:bubble-card
    card_type: button
    entity: camera.reolink_video_doorbell_fluent
    icon: mdi:doorbell-video
    force_icon: true
    show_name: false
    sub_button: []
    tap_action:
      action: navigate
      navigation_path: "#doorbell"
  - type: custom:bubble-card
    card_type: button
    entity: camera.pet_feeder_3
    icon: mdi:cat
    force_icon: true
    show_name: false
    sub_button: []
    tap_action:
      action: navigate
      navigation_path: "#feeder"

I want to change the color of the icons since right now they look like this (see screenshot)
However, when I apply styles, nothing seems to change..

How do I change the size and colors of the icons?