From 36f1779a17fb28bf1e6c2f2c7522f37c571ff8a7 Mon Sep 17 00:00:00 2001 From: Deluan Date: Tue, 24 Mar 2026 19:34:52 -0400 Subject: [PATCH] style: fix prettier formatting in nutball theme --- ui/src/themes/nutball.js | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/ui/src/themes/nutball.js b/ui/src/themes/nutball.js index b74095a98..f43250f5c 100644 --- a/ui/src/themes/nutball.js +++ b/ui/src/themes/nutball.js @@ -220,11 +220,11 @@ export default { backgroundColor: 'rgb(117 117 117)', }, }, - MuiCircularProgress: { - root: { - color: '#80ea00!important' - }, - }, + MuiCircularProgress: { + root: { + color: '#80ea00!important', + }, + }, MuiAvatar: { img: { borderRadius: '5px',