Skip to content

Commit

Permalink
refactor: Remove unused style attribute from journal message input in…
Browse files Browse the repository at this point in the history
… SimpleDashboard
  • Loading branch information
bramses committed Nov 15, 2024
1 parent 6c4fb37 commit 731eb0d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/components/SimpleDashboard.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -460,6 +460,7 @@ const SimpleDashboard = () => {
id="journal-message"
rows={4}
className="mt-4 block w-full rounded-lg border border-gray-300 bg-gray-50 p-2.5 text-sm text-gray-900 focus:border-blue-500 focus:ring-blue-500"
style={{ fontSize: '17px' }}
placeholder="What are you thinking about right now?"
/>
<button
Expand Down

0 comments on commit 731eb0d

Please sign in to comment.