Skip to content

Commit

Permalink
fix(theme): Updated bluloco-dark theme for text color
Browse files Browse the repository at this point in the history
  • Loading branch information
FajarKim committed Dec 1, 2023
1 parent 2610ff6 commit 801dea5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion themes/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -405,7 +405,7 @@ export const themes: Themes = {
},
"bluloco-dark": {
title_color: "3375fe",
text_color: "cdd3e0",
text_color: "ff9369",
icon_color: "25a45c",
border_color: "21242D",
bg_color: "282C34",
Expand Down

0 comments on commit 801dea5

Please sign in to comment.