Skip to content

Commit 6e7be81

Browse files
committed
Fix info bg
1 parent 1b19f53 commit 6e7be81

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

web/components/profiles/profiles-home.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -228,7 +228,7 @@ export function ProfilesHome() {
228228
<div className="lg:grid lg:grid-cols-12 lg:gap-4">
229229
<Col className={'lg:col-span-9'}>
230230
{showSignupBanner && user && (
231-
<div className="w-full bg-canvas-100 rounded text-center py-3 px-3 relative">
231+
<div className="w-full bg-canvas-50 rounded-xl text-center py-3 px-3 relative">
232232
<Col className="items-center justify-center gap-2">
233233
<span className={'mb-2'}>
234234
{t(

0 commit comments

Comments
 (0)