Skip to content

Commit

Permalink
Merge pull request #116 from the-ai-team/fix/screen-tex-size
Browse files Browse the repository at this point in the history
Fix screen text size
  • Loading branch information
supunTE authored Mar 18, 2024
2 parents e24beea + e73a7e5 commit e3f447e
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 12 deletions.
12 changes: 0 additions & 12 deletions .husky/prepare-commit-msg
Original file line number Diff line number Diff line change
Expand Up @@ -4,15 +4,3 @@
# Color codes
green='\033[0;32m'
clear='\033[0m'

# Check whether terminal is attached
if [ -t 1 ]
then
echo "${green}${clear} Terminal found.."
# This will run commitzen when using git commit command, `|| true` will use commit message defined if command aborts.
exec < /dev/tty && npx cz --hook || true
exit 0
else
echo "[MESSAGE] Please, use git commit command on the terminal to activate commitzen"
exit 1
fi
Binary file modified apps/client/src/assets/images/panel-images/home3.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 2 additions & 0 deletions apps/client/src/styles.css
Original file line number Diff line number Diff line change
Expand Up @@ -4,12 +4,14 @@

body {
font-family: 'Sora', sans-serif;
font-size: 16px;
}

.scrollbar::-webkit-scrollbar {
display: block;
width: 10px;
}

.scrollbar::-webkit-scrollbar-track {
background: transparent;
}
Expand Down

0 comments on commit e3f447e

Please sign in to comment.