We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f693900 commit be5abd8Copy full SHA for be5abd8
app/page.tsx
@@ -86,7 +86,7 @@ function SimpleVoiceAssistant(props: { onConnectButtonClicked: () => void }) {
86
87
<RoomAudioRenderer />
88
<NoAgentNotification state={agentState} />
89
- <div className="fixed bottom-0 w-full">
+ <div className="fixed bottom-0 w-full px-4 py-2">
90
<ControlBar onConnectButtonClicked={props.onConnectButtonClicked} />
91
</div>
92
</>
@@ -120,7 +120,7 @@ function ControlBar(props: { onConnectButtonClicked: () => void }) {
120
state={agentState}
121
barCount={5}
122
trackRef={audioTrack}
123
- className="agent-visualizer w-32 gap-2"
+ className="agent-visualizer w-24 gap-2"
124
options={{ minHeight: 12 }}
125
/>
126
<div className="flex items-center">
0 commit comments