Fix incorrect statement in palette() docs
parent
b4cfcbb320
commit
c73bee6c1d
|
@ -1,6 +1,6 @@
|
|||
<template>
|
||||
<DocSectionText v-bind="$attrs">
|
||||
<p>Returns shades and tints of a given color from 50 to 950 as an array.</p>
|
||||
<p>Returns shades and tints of a given color from 50 to 950 as an object.</p>
|
||||
</DocSectionText>
|
||||
<DocSectionCode :code="code" hideToggleCode importCode hideStackBlitz />
|
||||
</template>
|
||||
|
|
Loading…
Reference in New Issue