+
{props.children}
diff --git a/src/components/player/atoms/NextEpisodeButton.tsx b/src/components/player/atoms/NextEpisodeButton.tsx
index 8e669c30..e0a5c0d5 100644
--- a/src/components/player/atoms/NextEpisodeButton.tsx
+++ b/src/components/player/atoms/NextEpisodeButton.tsx
@@ -93,14 +93,14 @@ export function NextEpisodeButton(props: {
])}
>
- execute(mnemonic, device)}>
+ execute(mnemonic, device)}
+ >
LET ME IN!
diff --git a/src/pages/parts/auth/VerifyPassphrasePart.tsx b/src/pages/parts/auth/VerifyPassphrasePart.tsx
index 34c3a52b..2506807a 100644
--- a/src/pages/parts/auth/VerifyPassphrasePart.tsx
+++ b/src/pages/parts/auth/VerifyPassphrasePart.tsx
@@ -1,5 +1,5 @@
-import { useCallback, useEffect, useState } from "react";
-import { GoogleReCaptcha, useGoogleReCaptcha } from "react-google-recaptcha-v3";
+import { useState } from "react";
+import { useGoogleReCaptcha } from "react-google-recaptcha-v3";
import { useAsyncFn } from "react-use";
import { Button } from "@/components/Button";
@@ -77,7 +77,11 @@ export function VerifyPassphrase(props: VerifyPassphraseProps) {
) : null}
- execute(mnemonic)}>
+ execute(mnemonic)}
+ >
Register
diff --git a/tailwind.config.js b/tailwind.config.js
index 8e79202b..84240765 100644
--- a/tailwind.config.js
+++ b/tailwind.config.js
@@ -26,23 +26,23 @@ module.exports = {
"ash-400": "#3D394D",
"ash-300": "#2C293A",
"ash-200": "#2B2836",
- "ash-100": "#1E1C26",
+ "ash-100": "#1E1C26"
},
/* fonts */
fontFamily: {
- "open-sans": "'Open Sans'",
+ "open-sans": "'Open Sans'"
},
/* animations */
keyframes: {
"loading-pin": {
"0%, 40%, 100%": { height: "0.5em", "background-color": "#282336" },
- "20%": { height: "1em", "background-color": "white" },
- },
+ "20%": { height: "1em", "background-color": "white" }
+ }
},
- animation: { "loading-pin": "loading-pin 1.8s ease-in-out infinite" },
- },
+ animation: { "loading-pin": "loading-pin 1.8s ease-in-out infinite" }
+ }
},
plugins: [
require("tailwind-scrollbar"),
@@ -52,18 +52,18 @@ module.exports = {
colors: {
// Branding
pill: {
- background: "#1C1C36",
+ background: "#1C1C36"
},
// meta data for the theme itself
global: {
accentA: "#505DBD",
- accentB: "#3440A1",
+ accentB: "#3440A1"
},
// light bar
lightBar: {
- light: "#2A2A71",
+ light: "#2A2A71"
},
// Buttons
@@ -72,13 +72,24 @@ module.exports = {
toggleDisabled: "#202836",
danger: "#792131",
dangerHover: "#8a293b",
+
+ secondary: "#161F25",
+ secondaryText: "#8EA3B0",
+ secondaryHover: "#1B262E",
+ primary: "#fff",
+ primaryText: "#000",
+ primaryHover: "#dedede",
+ purple: "#6b298a",
+ purpleHover: "#7f35a1",
+ cancel: "#252533",
+ cancelHover: "#3C3C4A"
},
// only used for body colors/textures
background: {
main: "#0A0A10",
accentA: "#6E3B80",
- accentB: "#1F1F50",
+ accentB: "#1F1F50"
},
// typography
@@ -87,7 +98,7 @@ module.exports = {
text: "#73739D",
dimmed: "#926CAD",
divider: "#262632",
- secondary: "#64647B",
+ secondary: "#64647B"
},
// search bar
@@ -96,7 +107,7 @@ module.exports = {
focused: "#24243C",
placeholder: "#4A4A71",
icon: "#545476",
- text: "#FFFFFF",
+ text: "#FFFFFF"
},
// media cards
@@ -108,13 +119,13 @@ module.exports = {
barColor: "#4B4B63",
barFillColor: "#BA7FD6",
badge: "#151522",
- badgeText: "#5F5F7A",
+ badgeText: "#5F5F7A"
},
// Large card
largeCard: {
background: "#171728",
- icon: "#6741A5",
+ icon: "#6741A5"
},
// Passphrase
@@ -124,7 +135,7 @@ module.exports = {
wordBackground: "#171728",
copyText: "#58587A",
copyTextHover: "#8888AA",
- errorText: "#DB3D62",
+ errorText: "#DB3D62"
},
// Settings page
@@ -137,19 +148,19 @@ module.exports = {
inactive: "#8D68A9",
icon: "#926CAD",
iconActivated: "#6942A8",
- activated: "#CBA1E8",
- },
+ activated: "#CBA1E8"
+ }
},
card: {
border: "#2A243E",
background: "#29243D",
- altBackground: "#29243D",
- },
+ altBackground: "#29243D"
+ }
},
utils: {
- divider: "#353549",
+ divider: "#353549"
},
// Error page
@@ -158,20 +169,20 @@ module.exports = {
border: "#252534",
type: {
- secondary: "#62627D",
- },
+ secondary: "#62627D"
+ }
},
// About page
about: {
circle: "#262632",
- circleText: "#9A9AC3",
+ circleText: "#9A9AC3"
},
progress: {
background: "#8787A8",
preloaded: "#8787A8",
- filled: "#A75FC9",
+ filled: "#A75FC9"
},
// video player
@@ -183,24 +194,11 @@ module.exports = {
error: "#E44F4F",
success: "#40B44B",
loading: "#B759D8",
- noresult: "#64647B",
+ noresult: "#64647B"
},
audio: {
- set: "#A75FC9",
- },
-
- buttons: {
- secondary: "#161F25",
- secondaryText: "#8EA3B0",
- secondaryHover: "#1B262E",
- primary: "#fff",
- primaryText: "#000",
- primaryHover: "#dedede",
- purple: "#6b298a",
- purpleHover: "#7f35a1",
- cancel: "#252533",
- cancelHover: "#3C3C4A",
+ set: "#A75FC9"
},
context: {
@@ -220,19 +218,19 @@ module.exports = {
buttons: {
list: "#161C26",
- active: "#0D1317",
+ active: "#0D1317"
},
type: {
main: "#617A8A",
secondary: "#374A56",
- accent: "#A570FA",
- },
- },
- },
- },
- },
- },
- }),
- ],
+ accent: "#A570FA"
+ }
+ }
+ }
+ }
+ }
+ }
+ })
+ ]
};