chore: remove border

This commit is contained in:
jinhojang6 2024-02-13 21:15:48 +09:00
parent 3e4c0fc485
commit e9b0635d85
1 changed files with 1 additions and 1 deletions

View File

@ -18,7 +18,7 @@
<main <main
class="h-full p-4 overflow-auto text-xs border-2 rounded-md sm:text-sm md:text-base" class="h-full p-4 overflow-auto text-xs border-2 rounded-md sm:text-sm md:text-base"
style={`background-color: ${$theme.background}; color: ${$theme.foreground};`} style={`background-color: ${$theme.background}; color: ${$theme.foreground}; border-color: transparent;`}
> >
<History /> <History />