forked from AkkomaGang/akkoma-fe
fixup! better default pleroma shadows, matches original borders more closely
This commit is contained in:
parent
017fa60a82
commit
b3ec3d450c
1 changed files with 1 additions and 1 deletions
|
@ -289,7 +289,7 @@ const generateShadows = (input) => {
|
||||||
blur: 0,
|
blur: 0,
|
||||||
spread: 0,
|
spread: 0,
|
||||||
color: '#FFFFFF',
|
color: '#FFFFFF',
|
||||||
alpha: 0.3,
|
alpha: 0.2,
|
||||||
inset: true
|
inset: true
|
||||||
}]
|
}]
|
||||||
const shadows = {
|
const shadows = {
|
||||||
|
|
Loading…
Reference in a new issue