chore: remove border
This commit is contained in:
parent
3e4c0fc485
commit
e9b0635d85
|
@ -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 />
|
||||||
|
|
Loading…
Reference in New Issue