mirror of https://github.com/acid-info/lsd.git
fix: rename outlined-bottom to underline and remove unused import
This commit is contained in:
parent
957e1cbd20
commit
e81efc24ce
|
@ -14,7 +14,7 @@ export default {
|
||||||
variant: {
|
variant: {
|
||||||
type: {
|
type: {
|
||||||
name: 'enum',
|
name: 'enum',
|
||||||
value: ['outlined', 'outlined-bottom'],
|
value: ['outlined', 'underlined'],
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
import clsx from 'clsx'
|
import clsx from 'clsx'
|
||||||
import React, { ChangeEvent, ChangeEventHandler, useRef, useState } from 'react'
|
import React, { ChangeEvent, useRef, useState } from 'react'
|
||||||
import {
|
import {
|
||||||
adjustedTimezoneISOString,
|
adjustedTimezoneISOString,
|
||||||
getCalendarTooltipArrowOffset,
|
getCalendarTooltipArrowOffset,
|
||||||
|
|
Loading…
Reference in New Issue