@openeventkit/event-site 2.0.124-beta.3 → 2.0.124-beta.4

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@openeventkit/event-site",
3
3
  "description": "Event Site",
4
- "version": "2.0.124-beta.3",
4
+ "version": "2.0.124-beta.4",
5
5
  "author": "Tipit LLC",
6
6
  "dependencies": {
7
7
  "@fortawesome/fontawesome-svg-core": "^6.5.2",
@@ -113,6 +113,9 @@
113
113
  margin: -3px 8px 0px;
114
114
  vertical-align: middle;
115
115
  }
116
+ &:hover {
117
+ color: var(--color_text_dark);
118
+ }
116
119
  }
117
120
 
118
121
  .buttons {
@@ -467,7 +467,7 @@ export const FullProfilePageTemplate = ({ user, getIDPProfile, updateProfile, up
467
467
  <br />
468
468
  <label className={styles.checkbox}>
469
469
  <input type="checkbox" checked={allowChatWithMe} onChange={e => setAllowChatWithMe(e.target.checked)} />
470
- Allow people to chat with me?
470
+ Allow people to chat with me
471
471
  </label>
472
472
  </div>
473
473
  <div className={`column is-half`}>