enzostvs HF Staff commited on
Commit
97c4dac
·
1 Parent(s): b753ccf

ui discord btn

Browse files
Files changed (1) hide show
  1. components/editor/header/index.tsx +1 -1
components/editor/header/index.tsx CHANGED
@@ -93,7 +93,7 @@ export function Header({ isNew }: { isNew: boolean }) {
93
  <Button
94
  size="xs"
95
  variant="bordered"
96
- className="!border-indigo-500/20 !text-indigo-500 !bg-indigo-500/10 shadow-lg shadow-indigo-500/10 hover:shadow-indigo-500/20 transition-shadow duration-300"
97
  >
98
  <DiscordIcon className="size-3 mr-0.5" />
99
  Discord Community
 
93
  <Button
94
  size="xs"
95
  variant="bordered"
96
+ className="!border-indigo-500 !text-white !bg-indigo-500"
97
  >
98
  <DiscordIcon className="size-3 mr-0.5" />
99
  Discord Community