Skip to content

Commit 6e081e5

Browse files
committed
Fix: ONCEHUB-110916: Removing font-family from multi select with count component css file
1 parent 2c2e616 commit 6e081e5

File tree

3 files changed

+3
-6
lines changed

3 files changed

+3
-6
lines changed

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@oncehub/ui-react",
33
"private": false,
4-
"version": "2.1.4",
4+
"version": "2.1.5-beta.0",
55
"repository": {
66
"type": "git",
77
"url": "https://github.com/scheduleonce/once-ui-react"

src/lib/components/multi-select-with-count/multi-select-with-count.module.scss

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,3 @@
1-
body {
2-
font-family: Arial, sans-serif;
3-
}
41
.multiSelectContainer {
52
@apply tw-relative tw-w-auto;
63
.listOptionsWrap {

0 commit comments

Comments
 (0)