diff --git a/CHANGELOG.md b/CHANGELOG.md
index b46806e1..2e74ad30 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -24,4 +24,5 @@ Inspired from [Keep a Changelog](https://keepachangelog.com/en/1.0.0/)
- Reset chat and reload history after data source change ([#194](https://github.com/opensearch-project/dashboards-assistant/pull/194))
- Add experimental feature to support text to visualization ([#218](https://github.com/opensearch-project/dashboards-assistant/pull/218))
- Be compatible with ML configuration index mapping change ([#239](https://github.com/opensearch-project/dashboards-assistant/pull/239))
-- Support context aware alert analysis by reusing incontext insight component([#215](https://github.com/opensearch-project/dashboards-assistant/pull/215))
\ No newline at end of file
+- Support context aware alert analysis by reusing incontext insight component([#215](https://github.com/opensearch-project/dashboards-assistant/pull/215))
+Use smaller and compressed variants of buttons and form components ([#250](https://github.com/opensearch-project/dashboards-assistant/pull/250))
\ No newline at end of file
diff --git a/public/components/chat_experimental_badge.tsx b/public/components/chat_experimental_badge.tsx
index 82e8871f..398420a4 100644
--- a/public/components/chat_experimental_badge.tsx
+++ b/public/components/chat_experimental_badge.tsx
@@ -6,7 +6,7 @@
import React, { useState } from 'react';
import {
EuiPopover,
- EuiButtonIcon,
+ EuiSmallButtonIcon,
EuiTitle,
EuiHorizontalRule,
EuiText,
@@ -32,7 +32,7 @@ export const ChatExperimentalBadge = ({ onClick }: ChatExperimentalBadgeProps) =