Skip to content

Commit

Permalink
[compose] Editor styling
Browse files Browse the repository at this point in the history
  • Loading branch information
FTCHD committed Sep 14, 2024
1 parent ceeeca8 commit 31b52ed
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions components/compose/ComposeEditor.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@ export default function ComposeEditor({
<ComposePreview />

<div className="w-full h-full p-4 dark:bg-[#201629] bg-white flex flex-col items-center gap-2">
<div className="w-full text-sm font-medium p-3 border border-[#4c3a4e70] rounded-xl bg-stone-100 dark:bg-[#0c0c0c]">
<div className="w-full text-xs font-medium p-2 border border-[#4c3a4e70] rounded-xl bg-stone-100 dark:bg-[#0c0c0c]">
<BadgeInfoIcon className="inline-block mr-1 w-4 h-4" /> {template.description}
</div>

Expand All @@ -109,7 +109,7 @@ export default function ComposeEditor({
</div>

<Button
className="w-[50%] rounded-lg font-semibold border border-transparent bg-[#7c65c1] hover:bg-[#6944ba] active:border-[#ffffff4d] dark:text-white"
className="w-[55%] rounded-lg font-semibold border border-transparent bg-[#7c65c1] hover:bg-[#6944ba] active:border-[#ffffff4d] dark:text-white"
variant={'default'}
onClick={async () => {
await publishConfig()
Expand Down

0 comments on commit 31b52ed

Please sign in to comment.