Hello is there a way to give the icon color of the f7 chip one of the non default colors
- component: f7-card-content
slots:
default:
- component: f7-row
config:
style:
height: 30px
position: relative
slots:
default:
- component: f7-col
slots:
default:
- component: f7-chip
config:
iconColor: "=themeOptions.dark === 'dark' ? 'blue' : 'deeporange'"
iconF7: alarm
iconSize: 20
style:
--f7-chip-bg-color: rgba(255, 255, 255, 0)
font-size: 16px
margin-bottom: 10px
text: =items[props.item_update].displayState
I want to move away from the blue color in the dark theme but i cant set a custom color