@umituz/web-design-system 2.6.2 → 2.6.3

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@umituz/web-design-system",
3
- "version": "2.6.2",
3
+ "version": "2.6.3",
4
4
  "private": false,
5
5
  "description": "Web Design System - Atomic Design components (Atoms, Molecules, Organisms, Templates) for React applications",
6
6
  "main": "./src/index.ts",
@@ -199,7 +199,7 @@ export const MainNavbar = ({
199
199
  {/* Mobile Button */}
200
200
  <button
201
201
  onClick={() => setIsOpen(!isOpen)}
202
- className="md:hidden text-text-secondary"
202
+ className="max-md:flex text-text-secondary hidden"
203
203
  type="button"
204
204
  aria-label="Toggle menu"
205
205
  >