Skip to main content
Close NavigationClose Navigation

Introducing Slack Code
Now building is a team sport

Slack Code brings you, your teammates, and AI agents together to build in the open. Just mention an agent to spin up a code channel, pull in your team, and watch the work come to life. Watch the demo now.

Session#bug-button-darkmode
Comparing master update-cta-button-color
1commit
3 fileschanged
+12−9
styles/cta-button.css
12.cta-button {13   display: inline-block;14   font-weight: 700;15   padding: 12px 22px;16    background: #7c3aed;17    background: #611f69;18   color: #ffffff;19   border-radius: 8px;20}21 22.cta-button:hover {23    background: #8b52f0;24    background: #7c3085;25}