N°6167 - Fix darkmoon theme for new welcome popup

This commit is contained in:
Stephen Abello
2024-04-29 10:51:59 +02:00
parent a481992c8e
commit c82f169248

View File

@@ -276,4 +276,9 @@ $ibo-datamodel-viewer--schema--tooltip--fill: $ibo-color-grey-600;
$ibo-csv-import--row-error--background-color: $ibo-color-red-950;
$ibo-csv-import--cell-error--color: $ibo-color-red-500;
$ibo-csv-import--cell-modified--color: $ibo-color-blue-500;
$ibo-csv-import--cell-modified--color: $ibo-color-blue-500;
$ibo-welcome-popup--messages-stack--background-color: $ibo-color-grey-700;
$ibo-welcome-popup--stack-item--background-color: $ibo-color-grey-600;
$ibo-welcome-popup--stack-item--border-color: $ibo-color-grey-800;
$ibo-welcome-popup--stack-item--is-active--border-color: $ibo-color-grey-900;