refactor: Enhance UI components with updated border styles and theme adjustments

- Removed unnecessary border from UserMessageBubble for a cleaner appearance.
- Adjusted Divider and OutlineInputBorder styles in ChatsDrawer to improve visual consistency with updated alpha values.
- Updated color tokens in AppColorTokens and TweakcnThemes to streamline theme management and ensure better contrast handling.
- Introduced new Tweakcn theme variant 'Claude' for a warm, tactile palette, enhancing overall UI aesthetics.
This commit is contained in:
cogwheel0
2025-10-18 14:25:26 +05:30
parent 60883315a2
commit f81237e374
4 changed files with 176 additions and 37 deletions

View File

@@ -499,11 +499,6 @@ class _UserMessageBubbleState extends ConsumerState<UserMessageBubble>
borderRadius: BorderRadius.circular(
AppBorderRadius.messageBubble,
),
border: Border.all(
color: context.conduitTheme.chatBubbleUserBorder
.withValues(alpha: 0.5),
width: BorderWidth.standard,
),
),
child: _isEditing
? Focus(