adding bg

This commit is contained in:
talksik
2022-05-30 06:11:27 -05:00
parent 68afcaff25
commit 9ba280ed75
2 changed files with 5 additions and 3 deletions
@@ -1,6 +1,7 @@
import React, { useCallback } from 'react';
import { Container, Dialog, IconButton } from '@mui/material';
import { FiX } from 'react-icons/fi';
import { blueGrey } from '@mui/material/colors';
export default function NewConversationDialog({
open,
@@ -11,12 +12,13 @@ export default function NewConversationDialog({
}) {
const handleSubmit = useCallback(() => {
try {
//
} catch (error) {
//
}
handleClose();
}, []);
}, [handleClose]);
return (
<Dialog fullScreen open={open} onClose={handleClose}>
@@ -29,7 +31,7 @@ export default function NewConversationDialog({
alignItems: 'center',
gap: 2,
flex: 1,
background: 'white',
background: blueGrey[100],
position: 'relative',
}}
>
+1 -1
View File
@@ -402,7 +402,7 @@ export function TerminalProvider({ children }: { children?: React.ReactNode }) {
// on load, try getting microphone access
useEffect(() => {
handleAskForMicrophonePermissions();
// handleAskForMicrophonePermissions();
}, [handleAskForMicrophonePermissions]);
// when user wants to talk,