From 75ed2ca7364b1c5fe4fdc334ed6bcef89ab8f77d Mon Sep 17 00:00:00 2001 From: Ajay Bura <32841439+ajbura@users.noreply.github.com> Date: Wed, 17 Sep 2025 21:54:10 +0530 Subject: [PATCH] fix types --- src/app/components/message/layout/Bubble.tsx | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/src/app/components/message/layout/Bubble.tsx b/src/app/components/message/layout/Bubble.tsx index 0249d4e0..d811d87c 100644 --- a/src/app/components/message/layout/Bubble.tsx +++ b/src/app/components/message/layout/Bubble.tsx @@ -1,11 +1,10 @@ import React, { ReactNode } from 'react'; import classNames from 'classnames'; -import { Box, ContainerColor as TContainerColor, as, color } from 'folds'; +import { Box, ContainerColor, as, color } from 'folds'; import * as css from './layout.css'; -import { ContainerColor } from '../../../styles/ContainerColor.css'; type BubbleArrowProps = { - variant: TContainerColor; + variant: ContainerColor; }; function BubbleLeftArrow({ variant }: BubbleArrowProps) { return (