Color inheritance question
-
Hi
I’m doing this:
<q-item-section avatar> <div :style="{ color: localTextColor1 }"> <q-select v-model="nxProxySelected" dense bg-color="secondary" outlined :options="nxProxyOptions" label="Select NX Proxy" style="width:150px"/> </div> </q-item-section>
My problem now is, that , for some reason, the primary color overrides the one I set in the <div> but I don’t know why this is.
The goal is to set the text-color of the
q-select
component.Any ideas what I’m doing wrong here?
Cheers,
Michael