Skip to content

Commit

Permalink
refactor: fixed small typo in the code (#85)
Browse files Browse the repository at this point in the history
  • Loading branch information
FajarKim authored Nov 4, 2023
1 parent 861acd8 commit 6cf953d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/card.ts
Original file line number Diff line number Diff line change
Expand Up @@ -135,7 +135,7 @@ export default function cardStyle(data: GetData, uiConfig: UiConfig): string {
<style>
${animations}
w .text {
.text {
font-family: "Segoe UI", Ubuntu, sans-serif;
fill: #${uiConfig.textColor};
font-size: 14px;
Expand Down

0 comments on commit 6cf953d

Please sign in to comment.