Skip to content

Commit

Permalink
Fix BG color after TG update
Browse files Browse the repository at this point in the history
  • Loading branch information
kubk committed Oct 30, 2023
1 parent 5e5ed2e commit ea1228a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/index.css
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ body {
min-height: 100vh;
padding: 0 16px 0 16px;
position: relative;
background: var(--tg-theme-bg-color);
color: var(--tg-theme-text-color);
}

Expand Down

0 comments on commit ea1228a

Please sign in to comment.