mirror of
https://github.com/wgh136/nysoure.git
synced 2025-09-27 04:17:23 +00:00
Add background
This commit is contained in:
@@ -144,7 +144,7 @@ function ActivityCard({ activity }: { activity: Activity }) {
|
||||
return (
|
||||
<div
|
||||
className={
|
||||
"card shadow m-4 p-4 hover:shadow-md transition-shadow cursor-pointer"
|
||||
"card shadow m-4 p-4 hover:shadow-md transition-shadow cursor-pointer bg-base-100-tr82"
|
||||
}
|
||||
onClick={() => {
|
||||
if (
|
||||
|
Reference in New Issue
Block a user