mirror of
https://github.com/p-stream/p-stream.git
synced 2026-04-18 21:02:07 +00:00
Remove weird gradient thingie
This commit is contained in:
parent
87b6399d5d
commit
1bcddb80aa
1 changed files with 1 additions and 1 deletions
|
|
@ -26,7 +26,7 @@ export function BlurEllipsis(props: { positionClass?: string }) {
|
|||
export function SubPageLayout(props: { children: React.ReactNode }) {
|
||||
return (
|
||||
<div
|
||||
className="from-[#0D0D1A] to-background-main"
|
||||
className="bg-background-main"
|
||||
style={{
|
||||
backgroundImage:
|
||||
"linear-gradient(to bottom, var(--tw-gradient-from), var(--tw-gradient-to) 800px)",
|
||||
|
|
|
|||
Loading…
Reference in a new issue