Skip to content

Commit

Permalink
Merge pull request #4042 from kobotoolbox/shorten-toast-duration
Browse files Browse the repository at this point in the history
Shorten toast notification duration to 5 seconds
  • Loading branch information
jnm committed Oct 5, 2022
2 parents 3a682a5 + b45e958 commit 2058a59
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion jsapp/js/app.es6
Expand Up @@ -105,7 +105,7 @@ export default class App extends React.Component {
background: '#1e2129', //$kobo-gray-14
color: '#fff',
},
duration: 10000,
duration: 5000, // 5 seconds
}}
/>
</React.Fragment>
Expand Down

0 comments on commit 2058a59

Please sign in to comment.