logo

pleroma-fe

My custom branche(s) on git.pleroma.social/pleroma/pleroma-fe git clone https://anongit.hacktivis.me/git/pleroma-fe.git/
commit: 1eb96182bba3684b7b71f5f74e9574aade3fdd39
parent dad461f4078db3d9d47986b28d7ae1ea518c30ad
Author: Henry Jameson <me@hjkos.com>
Date:   Wed,  8 Jan 2025 22:09:24 +0200

fix tests

Diffstat:

Msrc/components/panel.style.js1-
Msrc/components/panel_header.style.js5++---
Msrc/components/top_bar.style.js1-
3 files changed, 2 insertions(+), 5 deletions(-)

diff --git a/src/components/panel.style.js b/src/components/panel.style.js @@ -50,7 +50,6 @@ export default { y: 4, blur: 6, spread: 3, - inset: false, color: '#000000', alpha: 0.3 }] diff --git a/src/components/panel_header.style.js b/src/components/panel_header.style.js @@ -22,7 +22,6 @@ export default { y: 1, blur: 3, spread: 0, - inset: false, color: '#000000', alpha: 0.4 }, @@ -31,9 +30,9 @@ export default { y: 1, blur: 0, spread: 0, - inset: true, color: '#ffffff', - alpha: 0.2 + alpha: 0.2, + inset: true }] } } diff --git a/src/components/top_bar.style.js b/src/components/top_bar.style.js @@ -27,7 +27,6 @@ export default { y: 2, blur: 7, spread: 0, - inset: false, color: '#000000', alpha: 0.3 }]