A social knowledge tool for researchers built on ATProto

fix: log in button theme colour

+5 -5
+1 -1
src/webapp/app/page.tsx
··· 114 114 component={Link} 115 115 href="/login" 116 116 size="lg" 117 - color="dark" 117 + color="var(--mantine-color-dark-filled)" 118 118 rightSection={<BiRightArrowAlt size={22} />} 119 119 > 120 120 Log in
+2 -2
src/webapp/features/auth/components/loginForm/LoginForm.tsx
··· 177 177 <Button 178 178 type="submit" 179 179 size="lg" 180 - color="dark" 180 + color="var(--mantine-color-dark-filled)" 181 181 fullWidth 182 182 rightSection={<BiRightArrowAlt size={22} />} 183 183 loading={isLoading} ··· 226 226 <Button 227 227 type="submit" 228 228 size="lg" 229 - color="dark" 229 + color="var(--mantine-color-dark-filled)" 230 230 fullWidth 231 231 rightSection={<BiRightArrowAlt size={22} />} 232 232 loading={isLoading}
+1 -1
src/webapp/features/auth/components/signUpForm/SignUpForm.tsx
··· 9 9 href="https://bsky.app/" 10 10 target="_blank" 11 11 size="lg" 12 - color="dark" 12 + color="var(--mantine-color-dark-filled)" 13 13 leftSection={<FaBluesky size={22} />} 14 14 > 15 15 Sign up on Bluesky
+1 -1
src/webapp/features/semble/containers/sembleContainer/SembleContainer.tsx
··· 9 9 url: string; 10 10 } 11 11 12 - export default async function SembleContainer(props: Props) { 12 + export default function SembleContainer(props: Props) { 13 13 return ( 14 14 <Container p={0} fluid> 15 15 <SembleHeaderBackground />