FIX: Change border color between toolbox and formula bar to grey-300

This commit is contained in:
Nicolás Hatcher
2024-10-08 20:06:18 +02:00
committed by Nicolás Hatcher Andrés
parent 48719b6416
commit e41741cf77
2 changed files with 2 additions and 2 deletions

View File

@@ -97,7 +97,7 @@ const FileBarWrapper = styled("div")`
background: #fff;
display: flex;
align-items: center;
border-bottom: 1px solid grey;
border-bottom: 1px solid #E0E0E0;
position: relative;
justify-content: space-between;
`;