💄 frontend: minor dark mode fixes
This commit is contained in:
committed by
ericlinagora
parent
bc943d7f17
commit
acb8c1e757
@@ -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} />{' '}
|
||||
|
||||
Reference in New Issue
Block a user