style: white toolbar for SQL Lab (#10851)

This commit is contained in:
Maxime Beauchemin
2020-09-11 23:27:25 -07:00
committed by GitHub
parent 85a916036c
commit 6cb67017a5
3 changed files with 3 additions and 2 deletions

View File

@@ -134,7 +134,7 @@ div.Workspace {
.sql-toolbar {
padding: 10px 10px 5px 10px;
background-color: @gray-bg;
background-color: @lightest;
display: flex;
justify-content: space-between;
border: 1px solid @gray-light;