Skip to content

Commit

Permalink
Refactor
Browse files Browse the repository at this point in the history
  • Loading branch information
basshamut committed Jun 24, 2024
1 parent 36a8b9b commit 08693a4
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion frontend/src/components/forms/meet/MeetRegisterForm.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,10 @@ export default function MeetRegisterForm() {
}

return (
<div style={{ backgroundImage: 'radial-gradient(circle at left top, var(--primary-400), var(--primary-700))', color: 'white', padding: '20px', textAlign: 'center' }}>
<div style={{
borderRadius: '12px',
backgroundImage: 'radial-gradient(circle at left top, var(--primary-400), var(--primary-700))'
}}>
<div className="inline-flex flex-column gap-2">
<label htmlFor="url" className="text-primary-50 font-semibold">
Direccion de la Reunion Online
Expand Down

0 comments on commit 08693a4

Please sign in to comment.