From c15ea7c89eab1c412c72bbb54ed946075964f43f Mon Sep 17 00:00:00 2001 From: Ldoppea Date: Tue, 9 May 2023 16:03:25 +0200 Subject: [PATCH] feat: Force `normal` theme on SquareAppIcon badge (except for ghost/add) We want the SquareAppIcon to have a white square on both normal and inverted themes The exception are the `ghost` and the `add` variants that have transparency and so should be adapted to fit respective themes --- react/SquareAppIcon/Readme.md | 2 +- react/SquareAppIcon/index.jsx | 156 ++++++++++++++++++---------------- 2 files changed, 84 insertions(+), 74 deletions(-) diff --git a/react/SquareAppIcon/Readme.md b/react/SquareAppIcon/Readme.md index 6468f548a6..041fe7ac81 100644 --- a/react/SquareAppIcon/Readme.md +++ b/react/SquareAppIcon/Readme.md @@ -23,7 +23,7 @@ const [isError, setIsError] = React.useState(false)