Skip to content

Commit

Permalink
feat(version) 🔖 release 0.39.7 version
Browse files Browse the repository at this point in the history
  • Loading branch information
gokhangunduz committed May 31, 2024
1 parent 9b6bc31 commit 4bfb003
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 6 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "ui",
"version": "0.39.6",
"version": "0.39.7",
"private": true,
"scripts": {
"dev": "GENERATE_SOURCEMAP=false react-scripts start",
Expand Down
8 changes: 4 additions & 4 deletions public/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -32,10 +32,10 @@
}
</script>
</head>
<body
class="bg-secondary-50/30"
style="font-family: &quot;Inter&quot;, sans-serif"
>
<body
class="bg-secondary-50-30"
style="font-family: Inter, sans-serif"
>
<noscript>You need to enable JavaScript to run this app.</noscript>
<div id="root"></div>
</body>
Expand Down
6 changes: 5 additions & 1 deletion tailwind.css
Original file line number Diff line number Diff line change
@@ -1,7 +1,11 @@
@tailwind base;
@tailwind components;
@tailwind utilities;
@import "cursor";


body {
font-family: Inter, sans-serif;
}

.hw-full {
@apply !h-full !w-full;
Expand Down

0 comments on commit 4bfb003

Please sign in to comment.