fix: rename outlined-bottom to underline and remove unused import

This commit is contained in:
jongomez 2023-10-18 00:29:28 +01:00 committed by Jon
parent 957e1cbd20
commit e81efc24ce
2 changed files with 2 additions and 2 deletions

View File

@ -14,7 +14,7 @@ export default {
variant: { variant: {
type: { type: {
name: 'enum', name: 'enum',
value: ['outlined', 'outlined-bottom'], value: ['outlined', 'underlined'],
}, },
}, },
}, },

View File

@ -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,