Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore/spell checked #64

Closed
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion docs/getting_started.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ PocketPal AI comes pre-configured with some popular SLMs:
- Gemma 2
- Qwen

Modells need to be downloaded before use. You can download and use these models directly from the app and load any other GGUF models you like!
Models need to be downloaded before use. You can download and use these models directly from the app and load any other GGUF models you like!

<div style="display: flex; justify-content: center;">
<img src="../assets/models_page.webp" alt="Models Page" style="width: 33%;">
Expand Down
4 changes: 2 additions & 2 deletions src/utils/theme.ts
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ import {getThemeColorsAsArray} from '.';

const lightColors: Colors = {
...PaperLightTheme.colors,
primary: '#6200ee', //PaperLightTheme.colors.primary,
primary: '#2881ff', //PaperLightTheme.colors.primary,
accent: '#03dac4',
outlineVariant: '#a1a1a1',
receivedMessageDocumentIcon: PaperLightTheme.colors.primary,
Expand Down Expand Up @@ -113,7 +113,7 @@ export const lightTheme: Theme = {

const darkColors: Colors = {
...MD3DarkTheme.colors,
primary: '#bb86fc',
primary: '#64a4ff',
accent: '#03dac6',
outlineVariant: '#a1a1a1',
receivedMessageDocumentIcon: MD3DarkTheme.colors.primary,
Expand Down