From 8669962904b32117eecf1c4ad2b7885c81b3af0c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Nicol=C3=A1s=20Hatcher?= Date: Thu, 12 Dec 2024 05:29:19 +0100 Subject: [PATCH] FIX: Apply biome "usafe" changes --- webapp/src/components/formatPicker.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/webapp/src/components/formatPicker.tsx b/webapp/src/components/formatPicker.tsx index f75707c..eb384d8 100644 --- a/webapp/src/components/formatPicker.tsx +++ b/webapp/src/components/formatPicker.tsx @@ -127,8 +127,8 @@ const StyledTextField = styled(TextField)` padding: 10px; border: 1px solid ${theme.palette.grey["300"]}; border-radius: 4px; - color: ${theme.palette.common["black"]}; - background-color: ${theme.palette.common["white"]}; + color: ${theme.palette.common.black}; + background-color: ${theme.palette.common.white}; } &:hover .MuiInputBase-input { border: 1px solid ${theme.palette.grey["500"]};