Lighten default dark matte
This commit is contained in:
parent
9b5f5a521f
commit
720489b781
@ -248,7 +248,7 @@ export default function PhotoLarge({
|
||||
arePhotosMatted && (MATTE_COLOR_DARK
|
||||
? 'dark:bg-(--matte-bg-dark)'
|
||||
// Only specify dark background when MATTE_COLOR is not configured
|
||||
: !MATTE_COLOR && 'dark:bg-gray-700/35'),
|
||||
: !MATTE_COLOR && 'dark:bg-gray-700/30'),
|
||||
);
|
||||
|
||||
return (
|
||||
|
||||
Loading…
Reference in New Issue
Block a user