Skip to content

Commit be5abd8

Browse files
committed
tweaks
1 parent f693900 commit be5abd8

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

app/page.tsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@ function SimpleVoiceAssistant(props: { onConnectButtonClicked: () => void }) {
8686

8787
<RoomAudioRenderer />
8888
<NoAgentNotification state={agentState} />
89-
<div className="fixed bottom-0 w-full">
89+
<div className="fixed bottom-0 w-full px-4 py-2">
9090
<ControlBar onConnectButtonClicked={props.onConnectButtonClicked} />
9191
</div>
9292
</>
@@ -120,7 +120,7 @@ function ControlBar(props: { onConnectButtonClicked: () => void }) {
120120
state={agentState}
121121
barCount={5}
122122
trackRef={audioTrack}
123-
className="agent-visualizer w-32 gap-2"
123+
className="agent-visualizer w-24 gap-2"
124124
options={{ minHeight: 12 }}
125125
/>
126126
<div className="flex items-center">

0 commit comments

Comments
 (0)