Vuetify: Color prop on v-icon is not changing the icon color

Created on 27 Jul 2019  路  1Comment  路  Source: vuetifyjs/vuetify

<v-menu bottom left class="hidden-xs-only">
        <v-btn slot="activator" icon>
          <v-icon color="grey lighten-5">
            mdi-dots-vertical
          </v-icon>
        </v-btn>
        <v-list>
          <v-list-tile
            v-for="item in admins"
            :key="item.title"
            :to="item.to"
          >
            <v-list-tile-title>{{ item.title }}</v-list-tile-title>
          </v-list-tile>
        </v-list>
      </v-menu>

ssgsa-issue-vuetify-

>All comments

Please only create issues with the provided issue creator. In the boilerplate for creating an issue, it explains that any ticket made without this will be automatically closed. For general questions, please join the Discord chat room. You can also check reddit or stackoverflow. Thank you.

Was this page helpful?
0 / 5 - 0 ratings

Related issues

smousa picture smousa  路  3Comments

aaronjpitts picture aaronjpitts  路  3Comments

Antway picture Antway  路  3Comments

KuroThing picture KuroThing  路  3Comments

SteffenDE picture SteffenDE  路  3Comments