epicmaxco / vuestic-ui

Vuestic UI is an open-source Vue 3 component library designed for rapid development, easy maintenance, and high accessibility. Maintained by Epicmax (@epicmaxco).
https://vuestic.dev
MIT License
3.52k stars 340 forks source link

Change Button docs to say `text-color` instead of `description-color` #4330

Closed ThatsJustCheesy closed 5 months ago

ThatsJustCheesy commented 5 months ago

Description

The Button docs currently say description-color is used to change the text color. But that doesn't work, and the example instead uses the (seemingly correct) text-color prop.

Types of changes