Skip to content

Commit

Permalink
fix: add Arabic font support and SVG upload
Browse files Browse the repository at this point in the history
  • Loading branch information
BasselArt committed Dec 30, 2024
1 parent 2defc58 commit 319ab80
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions public/assets/styles/variables/_colors.scss
Original file line number Diff line number Diff line change
Expand Up @@ -60,9 +60,9 @@ $colors: (
"50": #fef2f2,
),
"primary": (
"light": var(--primary-color-light, #818cf8),
"base": var(--primary-color, #4f46e5),
"dark": var(--primary-color-dark, #3730a3),
"light": var(--primary-color-light, #22c55e),
"base": var(--primary-color, #16a34a),
"dark": var(--primary-color-dark, #15803d),
),
"white": #fff,
);

0 comments on commit 319ab80

Please sign in to comment.