Skip to content

Commit

Permalink
center align text in mobile view
Browse files Browse the repository at this point in the history
  • Loading branch information
rithviknishad committed Sep 3, 2024
1 parent 4ce84ac commit 3b6e886
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Components/CameraFeed/StillWatching.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ export default function StillWatching(props: { children: React.ReactNode }) {
/>
{state === "timed-out" ? (
<div className="flex h-[50vh] w-full flex-col items-center justify-center gap-4 rounded-lg border-4 border-dashed border-secondary-400">
<span className="text-xl font-bold text-secondary-700">
<span className="text-center text-xl font-bold text-secondary-700">
{t("stream_stopped_due_to_inativity")}
</span>
<ButtonV2 onClick={() => reset(true)}>
Expand Down

0 comments on commit 3b6e886

Please sign in to comment.