Skip to content

Commit

Permalink
fix: further styling fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
Benjozork committed Jan 7, 2024
1 parent a4ff01f commit 472a3fb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/renderer/components/Modal/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -244,7 +244,7 @@ export const ChangelogModal: React.FC = () => {
<div className="mt-4 h-96 overflow-y-scroll">
{(changelog as ChangelogType).releases.map((release) => <div className="mb-6">
<div className="text-4xl font-bold mb-2">{release.name}</div>
{release.changes.map((change) => <div className="mb-4 flex">
{release.changes.map((change) => <div className="mb-4 flex text-2xl">
<div className="w-7">
<Dot className="" size={20} strokeWidth={1}/>
</div>
Expand Down

0 comments on commit 472a3fb

Please sign in to comment.