diff --git a/src/components/common/Comment.tsx b/src/components/common/Comment.tsx index 07a9ee54..bb516157 100644 --- a/src/components/common/Comment.tsx +++ b/src/components/common/Comment.tsx @@ -175,7 +175,7 @@ export const Comment: React.FC<{ subdomain: comment.character.handle, }) } - className="font-medium text-theme-color" + className="font-medium text-accent" > {comment?.character?.metadata?.content?.name} {" "} diff --git a/src/components/common/ConnectButton.tsx b/src/components/common/ConnectButton.tsx index 02593517..67b4711d 100644 --- a/src/components/common/ConnectButton.tsx +++ b/src/components/common/ConnectButton.tsx @@ -95,7 +95,7 @@ export const ConnectButton: React.FC<{ if (!mounted || !account || !chain) { return ( diff --git a/tailwind.config.js b/tailwind.config.js index 0ed3f422..dd02fcf3 100644 --- a/tailwind.config.js +++ b/tailwind.config.js @@ -11,6 +11,7 @@ module.exports = { colors: { border: "var(--border-color)", accent: "var(--theme-color)", + "accent-dark": "var(--theme-color-dark)", }, spacing: { sidebar: `240px`,