diff --git a/solara/lib/core/dashboard/brand/brand.html b/solara/lib/core/dashboard/brand/brand.html index f91a309..4563efb 100644 --- a/solara/lib/core/dashboard/brand/brand.html +++ b/solara/lib/core/dashboard/brand/brand.html @@ -344,6 +344,15 @@ transition: background-color 0.3s ease, opacity 0.3s ease; } + .add-field-btn { + min-width: 150px; + background-color: var(--primary-color); + color: white; + margin: 10px; + font-size: 18px; + transition: background-color 0.3s ease, opacity 0.3s ease; + } + .apply-changes-button { min-width: 250px; background-color: #ff4136;