fixed theme and svgs

This commit is contained in:
Amirhossein Mahmoodi
2023-08-07 15:00:30 +03:30
parent 35ad9463e4
commit 65b13d3448
35 changed files with 879 additions and 631 deletions

View File

@@ -2,6 +2,9 @@ NEXT_PUBLIC_API_NAME = "Loan Facilities Dashboard"
NEXT_PUBLIC_DEFAULT_LANGUAGE = "fa"
NEXT_PUBLIC_DEFAULT_DIRECTION = "rtl"
NEXT_PUBLIC_PRIMARY_MAIN = "#084070"
NEXT_PUBLIC_SECONDARY_MAIN = "#FF4E00"
NEXT_PUBLIC_API_URL = "http://Your IP:3000"
NEXT_PUBLIC_BASE_URL = "deploy api"