diff --git a/webapp/IronCalc/src/components/formulabar.tsx b/webapp/IronCalc/src/components/formulabar.tsx index 4437980..b3ddc95 100644 --- a/webapp/IronCalc/src/components/formulabar.tsx +++ b/webapp/IronCalc/src/components/formulabar.tsx @@ -100,7 +100,7 @@ const FormulaSymbolButton = styled(StyledButton)` `; const Divider = styled("div")` - background-color: #e0e0e0; + background-color: ${theme.palette.grey["300"]}; width: 1px; height: 20px; margin-left: 16px;