Skip to content

Commit fb8eaeb

Browse files
committed
Run format
1 parent 2d2b672 commit fb8eaeb

File tree

3 files changed

+10
-12
lines changed

3 files changed

+10
-12
lines changed

src/lib/SeamProvider.tsx

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
'use client'
22

33
import { QueryClient, QueryClientProvider } from '@tanstack/react-query'
4-
import React from 'react'
54
import {
65
createContext,
76
type ReactElement,

src/styles/device-details.scss

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
.seam--device-details {
2-
padding: 0px 24px 24px;
2+
padding: 0px 24px 24px;
33

44
.seam--body {
55
display: flex;
@@ -13,14 +13,14 @@
1313

1414
.seam--content {
1515
display: flex;
16-
align-items:center;
16+
align-items: center;
1717
gap: 20px;
1818

1919
.seam--image {
2020
width: 100px;
2121
height: 100px;
2222
display: flex;
23-
align-items:center;
23+
align-items: center;
2424

2525
img {
2626
max-width: 100%;

src/styles/main.scss

Lines changed: 7 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,16 @@
1-
.seam-components{
1+
.seam-components {
22
font-family: 'Source Sans Pro', system-ui, -apple-system, BlinkMacSystemFont,
33
'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue',
44
sans-serif;
55

66
--primary: #007afc;
7-
--text-gray-1: #6E7179;
7+
--text-gray-1: #6e7179;
88
--text-gray-2: #9da1a9;
9-
--text-gray-3: #D5D8DC;
9+
--text-gray-3: #d5d8dc;
1010
--input-border: #d5d8dc;
11-
--bg-a: #F1F3F4;
12-
--status-red-alert: #E36857;
13-
--item-hover-bg: #F4F6F8;
14-
11+
--bg-a: #f1f3f4;
12+
--status-red-alert: #e36857;
13+
--item-hover-bg: #f4f6f8;
1514

1615
// Reset
1716
@import 'the-new-css-reset/css/reset.css';
@@ -26,5 +25,5 @@
2625

2726
// Components
2827
@import './access-code-table.scss';
29-
@import './device-details.scss'
28+
@import './device-details.scss';
3029
}

0 commit comments

Comments
 (0)