Skip to content

Commit 35916ca

Browse files
committed
fix: ntag color
1 parent bd2135e commit 35916ca

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/nTag/src/index.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
import { defineComponent } from '@vue/composition-api';
22
import './index.scss';
33

4-
function getStyle(color: any) {
4+
function getStyle(color) {
55
return {
66
background: color,
77
color:color ? '#ffffff' : ''

0 commit comments

Comments
 (0)