Skip to content

Commit bde0f0b

Browse files
committed
vertical align segmented button icon
1 parent da8dcc4 commit bde0f0b

File tree

4 files changed

+317
-316
lines changed

4 files changed

+317
-316
lines changed

packages/actify/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "actify",
3-
"version": "0.5.6",
3+
"version": "0.5.7",
44
"license": "MIT",
55
"author": "Lerte Smith",
66
"keywords": [

packages/actify/src/components/SegmentedButton/SegmentedButton.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ import { FocusRing } from '../FocusRing'
1111
import React from 'react'
1212
import { Ripple } from '../Ripple'
1313
import clsx from 'clsx'
14-
import styles from './actify.module.css'
14+
import styles from './segmented-buttont.module.css'
1515

1616
type SegmentedButtonProps = {
1717
label?: string

packages/actify/src/components/SegmentedButton/actify.module.css

Lines changed: 0 additions & 314 deletions
This file was deleted.

0 commit comments

Comments
 (0)