Button Card Status Activation

Hi,

I use standard “Button Card” for my “Input_select”, I click the button and able to perform the action service I want, however i cant active the color with when the button is activated, how do I achieve this? Thanks!

image

Configuration
input_select:
screen1_channel:
name: Screen1 Channel
options:
- “A1”
- “A2”
- “A3”
- “A4”

Button Card
type: button
tap_action:
action: call-service
service: input_select.set_options
service_data:
options: A1
target:
entity_id: input_select.screen1_channel
show_name: true
icon: mdi:numeric-1-box-outline
name: Screen
show_state: false
entity: input_select.screen1_channel