chore: fix color for light mode icon (#806)

This commit is contained in:
Adithya Krishna
2024-01-15 05:18:55 +05:30
committed by GitHub
parent b09071ebc7
commit 58b3a127ea
3 changed files with 3 additions and 3 deletions

View File

@ -1,6 +1,6 @@
--- ---
title: Announcing Pre-Seed and Open Metrics title: Announcing Pre-Seed and Open Metrics
description: We are exicited to report the closing of our Pre-Seed round. You can find the juicy details on our new /open page. Yes, it was signed using Documenso. description: We are excited to report the closing of our Pre-Seed round. You can find the juicy details on our new /open page. Yes, it was signed using Documenso.
authorName: 'Timur Ercan' authorName: 'Timur Ercan'
authorImage: '/blog/blog-author-timur.jpeg' authorImage: '/blog/blog-author-timur.jpeg'
authorRole: 'Co-Founder' authorRole: 'Co-Founder'

View File

@ -30,7 +30,7 @@ We kicked off [Malfunction Mania](https://documenso.com/blog/malfunction-mania)
## Documenso Merch Shop ## Documenso Merch Shop
The shirt will be available in our [merch shop](https://documen.so/shop) via a unique discount code. While the shirt will be gone after Malfunction Mania, the shop is here to stay and provide a well-deserved reward for great community members and contributors. All items can be earned by contrinuting to Documenso. The shirt will be available in our [merch shop](https://documen.so/shop) via a unique discount code. While the shirt will be gone after Malfunction Mania, the shop is here to stay and provide a well-deserved reward for great community members and contributors. All items can be earned by contributing to Documenso.
<figure> <figure>
<MdxNextImage <MdxNextImage

View File

@ -18,7 +18,7 @@ export const ThemeSwitcher = () => {
> >
{isMounted && theme === THEMES_TYPE.LIGHT && ( {isMounted && theme === THEMES_TYPE.LIGHT && (
<motion.div <motion.div
className="bg-background absolute inset-0 rounded-full mix-blend-exclusion" className="bg-background absolute inset-0 rounded-full mix-blend-color-burn"
layoutId="selected-theme" layoutId="selected-theme"
/> />
)} )}