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
    1. Home
    2. educob
    E
    • Profile
    • Following 0
    • Followers 0
    • Topics 3
    • Posts 4
    • Best 2
    • Groups 0

    educob

    @educob

    2
    Reputation
    3
    Profile views
    4
    Posts
    0
    Followers
    0
    Following
    Joined Last Online

    educob Follow

    Best posts made by educob

    • How to change colors (primary, secondary, etc) for dark theme?

      Hi.

      In file quasar.variables.sass are the variables for the colors.

      I’d like to specify different colors when in dark theme.

      How can I do it?

      Thanks.

      posted in Help
      E
      educob
    • RE: How to change colors (primary, secondary, etc) for dark theme?

      I tried this:

      .body–light {
      /* … /
      }
      .body–dark {
      /
      … */
      }

      But it didn’t work.
      But that wouldn’t change primary, secondary, etc colors.
      This would force me to create classes (I think)

      posted in Help
      E
      educob

    Latest posts made by educob

    • Page loads instead of update: error aborted because src/router/index.js -> quasar/app.js -> quasar/client-entry.js

      Hi.

      Some days ago I started getting this error:

      error aborted because src/router/index.js -> quasar/app.js -> quasar/client-entry.js
      

      The change I remember I made to

      quasar.conf.js:
      

      I added:

      devServer: 
          transportMode: 'ws'
      

      Thanks.

      posted in Help
      E
      educob
    • RE: How to change colors (primary, secondary, etc) for dark theme?

      I tried this:

      .body–light {
      /* … /
      }
      .body–dark {
      /
      … */
      }

      But it didn’t work.
      But that wouldn’t change primary, secondary, etc colors.
      This would force me to create classes (I think)

      posted in Help
      E
      educob
    • How to change colors (primary, secondary, etc) for dark theme?

      Hi.

      In file quasar.variables.sass are the variables for the colors.

      I’d like to specify different colors when in dark theme.

      How can I do it?

      Thanks.

      posted in Help
      E
      educob