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

fix: landing page style #46

Merged
merged 5 commits into from
May 23, 2024
Merged
Changes from 1 commit
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
Prev Previous commit
Next Next commit
chore: 🔨 set default color theme
Aydawka committed May 20, 2024
commit 1d0ff89531fc8e7c0e84470cf8e3f054b0c6341a
6 changes: 6 additions & 0 deletions src/App.vue
Original file line number Diff line number Diff line change
@@ -6,6 +6,12 @@ import { theme } from "@/stores/settings";

const themeOverrides: GlobalThemeOverrides = {
Button: {},
common: {
primaryColor: "#0284c7",
primaryColorHover: "#0ea5e9",
primaryColorPressed: "#0369a1",
primaryColorSuppl: "#0ea5e9",
},
Form: {
feedbackPadding: "4px 0 8px 2px",
labelFontWeight: "600",