From 206c01b8fa329bb7a876bcbe4d299a55b5c645d6 Mon Sep 17 00:00:00 2001 From: Lyubov Voloshko Date: Wed, 8 Apr 2026 09:20:53 +0000 Subject: [PATCH] connections list: update RA hosted db button styles --- .../own-connections/own-connections.component.css | 3 +++ 1 file changed, 3 insertions(+) diff --git a/frontend/src/app/components/connections-list/own-connections/own-connections.component.css b/frontend/src/app/components/connections-list/own-connections/own-connections.component.css index aa15010de..ed3b1a23f 100644 --- a/frontend/src/app/components/connections-list/own-connections/own-connections.component.css +++ b/frontend/src/app/components/connections-list/own-connections/own-connections.component.css @@ -359,7 +359,10 @@ } .fabHostedButton { + background: var(--color-accentedPalette-50); + border: 1px solid var(--color-accentedPalette-100); border-radius: 24px; + color: var(--color-accentedPalette-900); height: 48px !important; }