diff --git a/src/css/theme-shoko-gray.css b/src/css/theme-shoko-gray.css index 79dcd0655..53f02b81b 100644 --- a/src/css/theme-shoko-gray.css +++ b/src/css/theme-shoko-gray.css @@ -31,6 +31,9 @@ --panel-icon-important: #10c469; --panel-icon-warning: #f9c851; --panel-input: #1e2027; + --panel-menu-item-background: #85c3ff1a; + --panel-menu-item-background-hover: #bacfe41a; + --panel-menu-item-text: #a9d5ff; --panel-tags: #3f4762; --panel-text: #cfd8e3; --panel-text-danger: #ff6c6c; diff --git a/src/pages/login/LoginPage.tsx b/src/pages/login/LoginPage.tsx index 609d825f0..6673e435f 100644 --- a/src/pages/login/LoginPage.tsx +++ b/src/pages/login/LoginPage.tsx @@ -126,7 +126,7 @@ function LoginPage() { position="bottom-right" autoClose={4000} transition={Slide} - className="mt-20 !w-[29.5rem]" + className="mt-20 w-auto" closeButton={false} icon={false} /> diff --git a/src/pages/main/MainPage.tsx b/src/pages/main/MainPage.tsx index 206e95efa..aeb34118f 100644 --- a/src/pages/main/MainPage.tsx +++ b/src/pages/main/MainPage.tsx @@ -33,7 +33,7 @@ function MainPage() { position={toastPosition} autoClose={4000} transition={Slide} - className="mt-20 !w-[29.5rem]" + className="mt-20 w-auto" closeButton={false} icon={false} /> diff --git a/src/pages/settings/SettingsPage.tsx b/src/pages/settings/SettingsPage.tsx index 85875365b..1ea5da408 100644 --- a/src/pages/settings/SettingsPage.tsx +++ b/src/pages/settings/SettingsPage.tsx @@ -101,13 +101,13 @@ function SettingsPage() {
Settings
-
+
{items.map(item => ( (isActive - ? 'w-full text-center bg-button-primary text-button-primary-text border-2 !border-button-primary-border rounded-md hover:bg-button-primary-hover py-4 px-2' - : 'w-full text-center py-4 px-2')} + ? 'w-full text-center bg-panel-menu-item-background py-2 px-2 rounded-md text-panel-menu-item-text' + : 'w-full text-center py-2 px-2 rounded-md hover:bg-panel-menu-item-background-hover')} key={item.path} > {item.name} diff --git a/src/pages/settings/tabs/ApiKeys.tsx b/src/pages/settings/tabs/ApiKeys.tsx index ec18d9631..2fabffb13 100644 --- a/src/pages/settings/tabs/ApiKeys.tsx +++ b/src/pages/settings/tabs/ApiKeys.tsx @@ -27,7 +27,7 @@ const UserApiTokens = ({ token }: { token: AuthToken }) => { return (
-
+
{token.Device}