Skip to content

Commit

Permalink
feat: Progress bar Popup to blue
Browse files Browse the repository at this point in the history
  • Loading branch information
kordwarshuis committed Jan 28, 2024
1 parent af5c9c2 commit 7740726
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main.js
Original file line number Diff line number Diff line change
Expand Up @@ -510,7 +510,7 @@ import './assets/main.css'
title: 'Hey',
message: `<p>${userInform}. To see your collections go to the options of the Kerific extension (right-click on the icon).</p>`,
position: 'topRight', // bottomRight, bottomLeft, topRight, topLeft, topCenter, bottomCenter
progressBarColor: 'rgb(0, 255, 184)',
progressBarColor: 'rgb(91 175 255)',
maxWidth: '25%',
timeout: 10000,
// buttons: [
Expand Down

0 comments on commit 7740726

Please sign in to comment.