diff --git a/ui/desktop/src/components/RichChatInput.tsx b/ui/desktop/src/components/RichChatInput.tsx index 5985c7f5b6..c3246b82fb 100644 --- a/ui/desktop/src/components/RichChatInput.tsx +++ b/ui/desktop/src/components/RichChatInput.tsx @@ -1027,12 +1027,12 @@ export const RichChatInput = forwardRef(({ } .rich-text-input textarea::selection { - background-color: #60a5fa !important; /* Lighter blue selection */ + background-color: #BBD6FB !important; /* Custom light blue selection */ color: transparent !important; /* Keep text transparent even when selected */ } .rich-text-input textarea::-moz-selection { - background-color: #60a5fa !important; /* Lighter blue selection */ + background-color: #BBD6FB !important; /* Custom light blue selection */ color: transparent !important; /* Keep text transparent even when selected */ } `