Skip to content

Commit

Permalink
fixes #4743
Browse files Browse the repository at this point in the history
  • Loading branch information
jgw96 committed Aug 27, 2024
1 parent 20b99fa commit 7b24362
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions apps/pwabuilder/src/script/pages/app-home.ts
Original file line number Diff line number Diff line change
Expand Up @@ -164,6 +164,9 @@ export class AppHome extends LitElement {
display: flex;
flex-direction: column;
}
#input-box::part(input) {
-webkit-text-fill-color: var(--sl-input-color);
}
#start-button {
grid-area: 1 / 5 / auto / auto;
width: 100%;
Expand Down

0 comments on commit 7b24362

Please sign in to comment.