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: {
|
||||
type: {
|
||||
name: 'enum',
|
||||
value: ['outlined', 'outlined-bottom'],
|
||||
value: ['outlined', 'underlined'],
|
||||
},
|
||||
},
|
||||
},
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
import clsx from 'clsx'
|
||||
import React, { ChangeEvent, ChangeEventHandler, useRef, useState } from 'react'
|
||||
import React, { ChangeEvent, useRef, useState } from 'react'
|
||||
import {
|
||||
adjustedTimezoneISOString,
|
||||
getCalendarTooltipArrowOffset,
|
||||
|
|
Loading…
Reference in New Issue