There was an error while loading. Please reload this page.
1 parent 1b19f53 commit 6e7be81Copy full SHA for 6e7be81
1 file changed
web/components/profiles/profiles-home.tsx
@@ -228,7 +228,7 @@ export function ProfilesHome() {
228
<div className="lg:grid lg:grid-cols-12 lg:gap-4">
229
<Col className={'lg:col-span-9'}>
230
{showSignupBanner && user && (
231
- <div className="w-full bg-canvas-100 rounded text-center py-3 px-3 relative">
+ <div className="w-full bg-canvas-50 rounded-xl text-center py-3 px-3 relative">
232
<Col className="items-center justify-center gap-2">
233
<span className={'mb-2'}>
234
{t(
0 commit comments