Skip to content

Commit

Permalink
Update theme for TimelineActionCard
Browse files Browse the repository at this point in the history
  • Loading branch information
Justin Campbell committed Oct 22, 2020
1 parent db82683 commit 03129f0
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion src/theme.js
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,13 @@ export default function theme(darkMode=false){
"palette": {
"type": darkMode ? "dark" : "light",
"edit": {
main: "#ffe56433",
main: "rgba(255, 229, 100, 0.2)",
},
"reply_to_user": {
main: "rgba(99, 125, 255, 0.2)",
},
"reply_from_user": {
main: "rgba(99, 255, 151, 0.2)",
}
},
})
Expand Down

0 comments on commit 03129f0

Please sign in to comment.