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: b5da1f8b89ddbfcb7bb5ad0c53005ddd93c1ba48
parent 48f0a95a3bf53321d950f23e480607cf94349751
Author: Henry Jameson <me@hjkos.com>
Date:   Fri, 20 Sep 2024 12:54:47 +0300

fix lint

Diffstat:

Msrc/components/panel_header.style.js2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/components/panel_header.style.js b/src/components/panel_header.style.js @@ -16,7 +16,7 @@ export default { component: 'PanelHeader', directives: { backgroundNoCssColor: 'yes', - background: '--fg', + background: '--fg' } } ]