Skip to content
This repository was archived by the owner on Nov 8, 2022. It is now read-only.
Prev Previous commit
Next Next commit
fix(changelog): damn ts error
  • Loading branch information
mydearxym committed Jul 16, 2022
commit d7df9a18d7d76c5e0363e1109719238f892b4100
2 changes: 1 addition & 1 deletion src/widgets/Buttons/styles/dropdown_button/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ import css, { theme } from '@/utils/css'
import Button from '@/widgets/Buttons/Button'
import ArrowSVG from '@/icons/ArrowSimple'

type TWrapper = { withBorder: boolean } & TSizeTS & TSpace
type TWrapper = { withBorder: boolean; size: TSizeTS } & TSpace

export const Wrapper = styled.div<TWrapper>`
${css.flex('align-center')};
Expand Down