Skip to content

Commit 3c0abc2

Browse files
committed
Match default color to Front's default
1 parent 638bc45 commit 3c0abc2

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/components/Front/index.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ interface Props extends ProviderProps {
4747
}
4848

4949
const Front = ({
50-
color = '#333333',
50+
color = '#5151E1',
5151
containerClass = ClassNames.container
5252
}: Props) => {
5353
const [state, loadChat] = useChat({ loadWhenIdle: true })

0 commit comments

Comments
 (0)