mirror of
https://github.com/CompassConnections/Compass.git
synced 2026-05-24 17:01:09 -04:00
Update NewMessageButton: change color to 'primary' for improved emphasis
This commit is contained in:
@@ -20,11 +20,7 @@ export default function NewMessageButton() {
|
||||
const t = useT()
|
||||
return (
|
||||
<>
|
||||
<Button
|
||||
className="h-fit gap-1 bg-canvas-50"
|
||||
color={'gray-outline'}
|
||||
onClick={() => setOpen(true)}
|
||||
>
|
||||
<Button className="h-fit gap-1 bg-canvas-50" color={'primary'} onClick={() => setOpen(true)}>
|
||||
<PlusIcon className="h-5 w-5" aria-hidden="true" />
|
||||
{t('messages.new_message', 'New Message')}
|
||||
</Button>
|
||||
|
||||
Reference in New Issue
Block a user