diff options
| author | MaheshtheDev <[email protected]> | 2025-10-06 15:51:31 +0000 |
|---|---|---|
| committer | MaheshtheDev <[email protected]> | 2025-10-06 15:51:31 +0000 |
| commit | cdfb942fa8bfd1e0d3213630b637c6371c6f20a1 (patch) | |
| tree | 7c0eb2a3e5a5b7382d240aaed726c0cc648105bd /packages | |
| parent | fix: mobile responsive issues on onboarding (#453) (diff) | |
| download | supermemory-cdfb942fa8bfd1e0d3213630b637c6371c6f20a1.tar.xz supermemory-cdfb942fa8bfd1e0d3213630b637c6371c6f20a1.zip | |
feat: app improvements (#454)
Diffstat (limited to 'packages')
| -rw-r--r-- | packages/ui/assets/Logo.tsx | 2 | ||||
| -rw-r--r-- | packages/ui/globals.css | 4 |
2 files changed, 3 insertions, 3 deletions
diff --git a/packages/ui/assets/Logo.tsx b/packages/ui/assets/Logo.tsx index 805687d7..bb8800c8 100644 --- a/packages/ui/assets/Logo.tsx +++ b/packages/ui/assets/Logo.tsx @@ -16,7 +16,7 @@ export const Logo = ({ <title>supermemory Logo</title> <path d="M205.864 66.263h-76.401V0h-24.684v71.897c0 7.636 3.021 14.97 8.391 20.373l62.383 62.777 17.454-17.564-46.076-46.365h58.948v-24.84l-.015-.015ZM12.872 30.517l46.075 46.365H0v24.84h76.4v66.264h24.685V96.089c0-7.637-3.021-14.97-8.39-20.374l-62.37-62.762-17.453 17.564Z" - fill="#EFEFEF" + fill="currentColor" /> </svg> ); diff --git a/packages/ui/globals.css b/packages/ui/globals.css index c6c904c9..357e34b7 100644 --- a/packages/ui/globals.css +++ b/packages/ui/globals.css @@ -65,7 +65,7 @@ --destructive: oklch(0.6368 0.2078 25.3313); --border: oklch(0.9366 0.0017 247.8401); --input: oklch(0.9702 0 0); - --ring: oklch(1 0 0); + --ring: oklch(0 0 0); --chart-1: oklch(0.7197 0.1448 266.6983); --chart-2: oklch(0.8101 0.1488 148.2032); --chart-3: oklch(0.7507 0.1353 58.4182); @@ -125,7 +125,7 @@ --destructive: oklch(0.6368 0.2078 25.3313); --border: oklch(0.3715 0 0); --input: oklch(0.262 0.0074 285.8781); - --ring: oklch(0 0 0); + --ring: oklch(1 0 0); --chart-1: oklch(0.7197 0.1448 266.6983); --chart-2: oklch(0.8101 0.1488 148.2032); --chart-3: oklch(0.7507 0.1353 58.4182); |