diff --git a/packages/twenty-front/src/modules/ai/components/internal/AiChatContextUsageButton.tsx b/packages/twenty-front/src/modules/ai/components/internal/AiChatContextUsageButton.tsx index 8739a64008..881de90dea 100644 --- a/packages/twenty-front/src/modules/ai/components/internal/AiChatContextUsageButton.tsx +++ b/packages/twenty-front/src/modules/ai/components/internal/AiChatContextUsageButton.tsx @@ -28,6 +28,7 @@ const StyledContainer = styled.div` const StyledTrigger = styled.div<{ hasUsage: boolean }>` align-items: center; + border-radius: ${themeCssVariables.border.radius.md}; cursor: ${({ hasUsage }) => (hasUsage ? 'pointer' : 'default')}; display: flex; height: 24px; diff --git a/packages/twenty-front/src/modules/settings/billing/components/SettingsBillingCreditsSection.tsx b/packages/twenty-front/src/modules/settings/billing/components/SettingsBillingCreditsSection.tsx index d3167336ac..2bcad7fd88 100644 --- a/packages/twenty-front/src/modules/settings/billing/components/SettingsBillingCreditsSection.tsx +++ b/packages/twenty-front/src/modules/settings/billing/components/SettingsBillingCreditsSection.tsx @@ -303,7 +303,7 @@ export const SettingsBillingCreditsSection = ({