chore(org): Color tweaks
This commit is contained in:
parent
3837595f93
commit
c783fe6c3f
2 changed files with 3 additions and 3 deletions
|
@ -23,7 +23,7 @@ export const ModalMenu = () => {
|
|||
>
|
||||
<div className="w-full lg:w-1/2">
|
||||
<Link href="/new" title={t('new')}>
|
||||
<div className="flex flex-col rounded bg-accent text-primary-content mb-2 shadow">
|
||||
<div className="flex flex-col rounded bg-accent text-primary-content mb-2 shadow bg-opacity-90">
|
||||
<div className={`flex flex-row items-center justify-between pt-2 px-4`}>
|
||||
<h6 className="text-inherit">{t('new')}</h6>
|
||||
<PlusIcon className="w-10 h-10" />
|
||||
|
|
|
@ -53,7 +53,7 @@ export const Collapse = ({
|
|||
) : null
|
||||
|
||||
return open ? (
|
||||
<div className={`shadow my-4 w-full mx-auto lg:mx-0`}>
|
||||
<div className={`shadow my-4 w-full mx-auto lg:mx-0 `}>
|
||||
{top ? <TitleBtn /> : null}
|
||||
<div
|
||||
className={`p-2 lg:p-4 border-solid border border-${color} ${
|
||||
|
@ -65,7 +65,7 @@ export const Collapse = ({
|
|||
{bottom ? <TitleBtn bottom /> : null}
|
||||
</div>
|
||||
) : (
|
||||
<div className={`flex flex-row gap-2 my-4 items-center ${className}`}>
|
||||
<div className={`flex flex-row gap-2 my-4 items-center bg-${color} bg-opacity-10 ${className}`}>
|
||||
<div
|
||||
className={`shadow border-solid border-l-[6px] border-r-0 border-t-0 border-b-0 border-${color} min-h-12
|
||||
grow flex flex-row gap-4 py-1 px-4 items-center justify-start hover:cursor-pointer hover:bg-${color} hover:bg-opacity-20`}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue