Skip to content

Commit

Permalink
rotate gradient
Browse files Browse the repository at this point in the history
  • Loading branch information
fishylunar committed Nov 25, 2024
1 parent d1ed5ff commit 0079e4d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/App.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ function App() {

return (
<ThemeProvider defaultTheme="dark" storageKey="vite-ui-theme">
<div className="bg-gradient-to-br from-[#441D9B] via-[#CD0D46] backdrop-blur-xl">
<div className="bg-gradient-to-tr from-[#441D9B] via-[#CD0D46] backdrop-blur-xl">
<Header/>
<div className=" bg-slate-900 shadow-2xl rounded-xl mr-5 ml-5 mb-8 lg:mr-64 lg:ml-64">
<OdinEventsTable events={events} />
Expand Down

0 comments on commit 0079e4d

Please sign in to comment.