Skip to content

Commit

Permalink
lint
Browse files Browse the repository at this point in the history
  • Loading branch information
m-akinc committed Mar 26, 2024
1 parent 395113b commit dce7a9e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/nimble-components/src/patterns/button/styles.ts
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ import { ButtonAppearance } from './types';
import { accessiblyHidden } from '../../utilities/style/accessibly-hidden';

export const styles = css`
@layer base, checked, hover, focusVisible, active, disabled, top;
@layer base, checked, hover, focusVisible, active, disabled, top;
@layer base {
${display('inline-flex')}
Expand Down

0 comments on commit dce7a9e

Please sign in to comment.