Skip to content

Commit e698f9f

Browse files
chore: remove font antialiasing (#3806)
* chore: fix antialiasing * chore: remove antialiasing
1 parent db17982 commit e698f9f

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

apps/sim/app/_styles/globals.css

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -501,9 +501,6 @@ html[data-sidebar-collapsed] .sidebar-container .sidebar-collapse-btn {
501501
caret-color: var(--text-primary);
502502
}
503503

504-
body {
505-
@apply antialiased;
506-
}
507504
::-webkit-scrollbar {
508505
width: var(--scrollbar-size);
509506
height: var(--scrollbar-size);

0 commit comments

Comments
 (0)