Skip to content

Commit

Permalink
Change the button text color to black for better contrast
Browse files Browse the repository at this point in the history
  • Loading branch information
GewoonJaap committed Oct 30, 2024
1 parent 26a937e commit e58d1ed
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/lib/components/proxyList/connectButton.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
<style>
button {
background-color: #25D366;
color: #fff;
color: #000;
border: none;
border-radius: 5px;
padding: 0.5rem 1rem;
Expand Down

0 comments on commit e58d1ed

Please sign in to comment.