feat: enhance UI components with new border radius and tooltip features

- Added new border radius options (2xl, 3xl) in Tailwind configuration and globals.css.
- Integrated Tooltip component in ChatShareButton and ModelSelector for improved user experience.
- Updated button styles for consistency across components, including NotificationButton and ModelSelector.
- Minor text adjustments for clarity in SourceDetailPanel.
This commit is contained in:
Anish Sarkar 2026-01-20 17:35:08 +05:30
parent 23f1be50f7
commit 1f06794021
6 changed files with 40 additions and 43 deletions

View file

@ -31,7 +31,7 @@ export function NotificationButton() {
<Tooltip>
<TooltipTrigger asChild>
<PopoverTrigger asChild>
<Button variant="outline" size="icon" className="h-8 w-8 relative">
<Button variant="outline" size="icon" className="h-8 w-8 relative border-0">
<Bell className="h-4 w-4" />
{unreadCount > 0 && (
<span