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 319ab80 commit b87e902
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions locale/ar/client.json
Original file line number Diff line number Diff line change
Expand Up @@ -51,8 +51,8 @@
"label.actions": "إجراءات",
"label.avatar": "الصورة الرمزية",
"label.custom": "مخصص",
"label.description": "وصف",
"label.discussion": "نقاش",
"label.description": "التفاصيل",
"label.discussion": "النقاش",
"label.email": "البريد الإلكتروني",
"label.gravatar": "Gravatar",
"label.letter": "حرف",
Expand Down
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, #22c55e),
"base": var(--primary-color, #16a34a),
"dark": var(--primary-color-dark, #15803d),
"light": var(--primary-color-light, #43bf76),
"base": var(--primary-color, #2faf63),
"dark": var(--primary-color-dark, #1c994e),
),
"white": #fff,
);

0 comments on commit b87e902

Please sign in to comment.