From 4525c9c255eae97eea6d31d955b6c6a6eab6f06d Mon Sep 17 00:00:00 2001 From: lebaudantoine Date: Wed, 10 Jun 2026 15:05:29 +0200 Subject: [PATCH] =?UTF-8?q?=F0=9F=92=84(addon)=20align=20the=20beta=20tag?= =?UTF-8?q?=20with=20the=20UI=20kit=20styling?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Update the beta tag to follow the UI kit styling so it clearly signals that the plugin is in beta. --- src/addons/outlook/src/taskpane/taskpane.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/addons/outlook/src/taskpane/taskpane.css b/src/addons/outlook/src/taskpane/taskpane.css index 7282acb8..6184e688 100644 --- a/src/addons/outlook/src/taskpane/taskpane.css +++ b/src/addons/outlook/src/taskpane/taskpane.css @@ -176,8 +176,8 @@ button { } .version-badge { - background: #fef3c7; - color: #92400e; + background: #EEF1F4; + color: #2845C1; padding: 1px 6px; border-radius: 3px; font-weight: 600;