Skip to content
This repository has been archived by the owner on Jul 30, 2024. It is now read-only.

Commit

Permalink
feat: round lcd display
Browse files Browse the repository at this point in the history
  • Loading branch information
doinkythederp committed Dec 10, 2023
1 parent bff6cff commit ae57b63
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/lib/LcdDisplay.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@

<div class="relative flex-1 self-center" bind:this={container}>
<div
class="font-lcd-sans absolute left-0 top-0 flex h-[486px] w-[864px] origin-top-left flex-col bg-[#00aad6] text-5xl font-bold text-black"
class="font-lcd-sans absolute left-0 top-0 flex h-[486px] w-[864px] origin-top-left flex-col rounded-3xl bg-[#00aad6] text-5xl font-bold text-black"
bind:this={lcd}
>
<div
Expand Down

0 comments on commit ae57b63

Please sign in to comment.