No More Posting New Topics!

If you have a question or an issue, please start a thread in our Github Discussions Forum.
This forum is closed for new threads/ topics.

Navigation

    Quasar Framework

    • Login
    • Search
    • Categories
    • Recent
    • Tags
    • Popular
    • Users
    • Groups
    • Search

    Color inheritance question

    Help
    1
    1
    55
    Loading More Posts
    • Oldest to Newest
    • Newest to Oldest
    • Most Votes
    Reply
    • Reply as topic
    Log in to reply
    This topic has been deleted. Only users with topic management privileges can see it.
    • mboeni
      mboeni last edited by mboeni

      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.

      2928ac92-13f3-409e-8deb-f77b6615e650-image.png

      The goal is to set the text-color of the q-select component.

      Any ideas what I’m doing wrong here?

      Cheers,
      Michael

      1 Reply Last reply Reply Quote 0
      • First post
        Last post