mirror of
https://github.com/sussy-code/smov.git
synced 2024-12-29 16:07:40 +01: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