File tree Expand file tree Collapse file tree 1 file changed +5
-3
lines changed
src/power_grid_model_ds/_core/visualizer/layout Expand file tree Collapse file tree 1 file changed +5
-3
lines changed Original file line number Diff line number Diff line change 99from power_grid_model_ds ._core .visualizer .layout .header_legenda import LEGENDA_ELEMENTS , LEGENDA_STYLE
1010from power_grid_model_ds ._core .visualizer .layout .header_search import SEARCH_ELEMENTS
1111
12+ _MENU_BUTTON_STYLE_CLASS = "me-2 btn-outline-primary"
13+
1214_LEFT_COLUMN_HTML = dbc .Col (
1315 [
14- dbc .Button ("Legend" , id = "btn-legend" , className = "me-2 btn-outline-primary" ),
15- dbc .Button ("Search" , id = "btn-search" , className = "me-2 btn-outline-primary" ),
16- dbc .Button ("Config" , id = "btn-config" , className = "me-2 btn-outline-primary" ),
16+ dbc .Button ("Legend" , id = "btn-legend" , className = _MENU_BUTTON_STYLE_CLASS ),
17+ dbc .Button ("Search" , id = "btn-search" , className = _MENU_BUTTON_STYLE_CLASS ),
18+ dbc .Button ("Config" , id = "btn-config" , className = _MENU_BUTTON_STYLE_CLASS ),
1719 ],
1820 id = "header-left-col" ,
1921 width = 5 ,
You can’t perform that action at this time.
0 commit comments