💄 frontend: minor dark mode fixes

This commit is contained in:
Eric Doughty-Papassideris
2024-06-12 14:15:08 +02:00
committed by ericlinagora
parent bc943d7f17
commit acb8c1e757
2 changed files with 2 additions and 2 deletions
@@ -66,7 +66,7 @@ const VersionModalContent = ({ id }: { id: string }) => {
}}
>
{access !== 'read' && (
<div className={'flex flex-row items-center bg-zinc-100 rounded-md mb-4 p-4'}>
<div className={'flex flex-row items-center bg-zinc-100 dark:bg-zinc-900 rounded-md mb-4 p-4'}>
<div className="flex flex-row">
<div className="grow flex items-center">
<Base>
@@ -22,7 +22,7 @@ export default () => {
}
return (
<div className="full_page_error">
<div className="full_page_error dark:bg-zinc-700 dark:text-white">
<div className="error_message skew_in_top_nobounce">
<div className="title">
<Emojione type="👨‍🚀" size={32} />{' '}