Skip to content

Commit

Permalink
fix: minor styling errors
Browse files Browse the repository at this point in the history
  • Loading branch information
ttttonyhe committed Jan 11, 2024
1 parent d5944bb commit 4ecbb13
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion apps/main/src/components/CommentBox/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ export default function CommentBox() {
return (
<div className="lg:mt-5 bg-white dark:bg-gray-800 dark:border-gray-800 p-5 lg:py-11 lg:px-20 lg:shadow-sm lg:border lg:rounded-xl">
<div className="mb-8">
<h1 className="flex text-3xl font-medium text-gray-700 dark:text-white tracking-wide items-center">
<h1 className="flex text-3xl font-medium text-gray-700 dark:!text-white tracking-wide items-center">
<span className="w-9 h-9 mr-2">
<Icon name="comments" />
</span>
Expand Down
2 changes: 1 addition & 1 deletion apps/main/src/pages/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ const Home: NextPageWithLayout = ({ stickyNotFound, stickyPosts }: Props) => {
target="_blank"
rel="noreferrer"
>
<span className="text-sm flex items-center ml-2 py-1 px-2.5 border border-gray-400 hover:shadow-sm hover:border-gray-500 hover:text-gray-600 text-gray-500 dark:text-white dark:border-white dark:hover:opacity-80 rounded-md tracking-normal">
<span className="text-sm flex items-center ml-2 py-1 px-2.5 border border-gray-400 hover:shadow-sm hover:border-gray-500 hover:text-gray-600 text-gray-500 dark:text-white dark:hover:text-gray-100 dark:border-white dark:hover:opacity-80 rounded-md tracking-normal">
Let&apos;s chat →
</span>
</a>
Expand Down

0 comments on commit 4ecbb13

Please sign in to comment.