chore(docs): type fix

This commit is contained in:
Braks
2022-04-04 21:42:48 +02:00
parent 7d509487c3
commit 9c902b00fb
3 changed files with 14 additions and 13 deletions
+1 -1
View File
@@ -89,7 +89,7 @@ const nodeColor: MiniMapNodeFunc = (node) => {
<template #node-rgb-output="rgbOutputProps">
<RGBOutputNode v-bind="rgbOutputProps" :rgb="`rgb(${color.red}, ${color.green}, ${color.blue})`" />
</template>
<Controls class="transform scale-75 md:scale-100 origin-bottom-left" />
<Controls class="hidden md:block" />
<Background
:variant="BackgroundVariant.Lines"
:pattern-color="`rgb(${color.red}, ${color.green}, ${color.blue})`"