Skip to content

Commit 3c2769c

Browse files
authored
Merge pull request #46 from aaron5670/notification-css-fix
Improve CSS of the notifications
2 parents f3df9d0 + 4af8c2c commit 3c2769c

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "toggle-experiment",
33
"displayName": "Toggle Experiment",
44
"description": "A browser extension to inject the LocalStorage of a website for Optimizely experiments.",
5-
"version": "0.10.0",
5+
"version": "0.10.1",
66
"author": "Aaron van den Berg",
77
"homepage": "https://aaronvandenberg.nl/",
88
"scripts": {

src/popup/index.tsx

+1-1
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ function IndexPopup() {
5656

5757
return (
5858
<MantineProvider withNormalizeCSS withGlobalStyles>
59-
<Notifications position="top-center" />
59+
<Notifications position="top-center" style={{cursor: "pointer"}} />
6060
<div style={{ width: 350 }}>
6161
{screen === "home" && <HomeScreen />}
6262
{screen === "history" && <History />}

0 commit comments

Comments
 (0)