weewooweewoo
This commit is contained in:
parent
6e849c61fa
commit
adc9bab36c
|
@ -40,7 +40,7 @@ export function buttonClass(size: SizeType, color: ColorType | 'override') {
|
|||
color === 'indigo' &&
|
||||
'disabled:bg-greyscale-2 bg-indigo-500 text-white hover:bg-indigo-600',
|
||||
color === 'gray' &&
|
||||
'bg-greyscale-5 text-white hover:bg-greyscale-6 disabled:opacity-50',
|
||||
'bg-greyscale-1 text-greyscale-6 hover:bg-greyscale-2 disabled:opacity-50',
|
||||
color === 'gray-outline' &&
|
||||
'border-greyscale-4 text-greyscale-4 hover:bg-greyscale-4 border-2 hover:text-white disabled:opacity-50',
|
||||
color === 'gradient' &&
|
||||
|
|
|
@ -41,7 +41,7 @@ export function FollowButton(props: {
|
|||
return (
|
||||
<Button
|
||||
size="sm"
|
||||
color="gray"
|
||||
color="indigo"
|
||||
className={clsx(className, 'my-auto')}
|
||||
onClick={withTracking(onFollow, 'follow')}
|
||||
>
|
||||
|
|
|
@ -10,7 +10,7 @@ export const SignInButton = (props: { className?: string }) => {
|
|||
return (
|
||||
<Button
|
||||
size="lg"
|
||||
color="gray"
|
||||
color="gradient"
|
||||
onClick={async () => {
|
||||
// login, and then reload the page, to hit any SSR redirect (e.g.
|
||||
// redirecting from / to /home for logged in users)
|
||||
|
|
Loading…
Reference in New Issue
Block a user