Skip to content

Commit

Permalink
chore: update border to var
Browse files Browse the repository at this point in the history
  • Loading branch information
geokaralis committed Nov 19, 2024
1 parent fa30192 commit 6c1ff61
Show file tree
Hide file tree
Showing 21 changed files with 21 additions and 21 deletions.
2 changes: 1 addition & 1 deletion sonar-project.properties
Original file line number Diff line number Diff line change
Expand Up @@ -6,4 +6,4 @@ sonar.gitlab.max_critical_issues_gate=4
sonar.test.inclusions=**/*.test.ts,**/*.test.tsx,**/*.tests.ts,**/*.tests.tsx
sonar.coverage.exclusions=**/test/**,**/tests/**,typeDocs/**,docs/**,**/__snapshots__/**,**/*.stories.tsx,**/*.mdx,**/*.tokens.ts,**/*.test.*,**/*.tests.*,**/*.style.ts,**/*.styles.ts,rollup.config.js,src/theme/globals/constants/**,src/theme/tokens/semantic/variables/**,src/theme/tokens/components/variables/**
sonar.javascript.lcov.reportPaths=./coverage/lcov.info
sonar.organization=orfium
sonar.organization=orfium
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
align-items: center;
background: rgba(200,206,255,0.20);
border-radius: 0.25rem;
border: 1px solid #BF1250;
border: var(--_border-width) solid #BF1250;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
font-family: sans-serif;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
align-items: center;
background: rgba(200,206,255,0.20);
border-radius: 0.25rem;
border: 1px solid #5E8DF8;
border: var(--_border-width) solid #5E8DF8;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
font-family: sans-serif;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
align-items: center;
background: rgba(200,206,255,0.20);
border-radius: 0.25rem;
border: 1px solid rgba(200,206,255,0.70);
border: var(--_border-width) solid rgba(200,206,255,0.70);
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
font-family: sans-serif;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
align-items: center;
background: rgba(200,206,255,0.20);
border-radius: 0.25rem;
border: 1px solid rgba(200,206,255,0.70);
border: var(--_border-width) solid rgba(200,206,255,0.70);
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
font-family: sans-serif;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
align-items: center;
background: rgba(200,206,255,0.20);
border-radius: 0.25rem;
border: 1px solid #1EBE96;
border: var(--_border-width) solid #1EBE96;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
font-family: sans-serif;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
align-items: center;
background: rgba(200,206,255,0.20);
border-radius: 0.25rem;
border: 1px solid #F5A300;
border: var(--_border-width) solid #F5A300;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
font-family: sans-serif;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
align-items: center;
background: rgba(200,206,255,0.20);
border-radius: 0.25rem;
border: 1px solid #5E8DF8;
border: var(--_border-width) solid #5E8DF8;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
font-family: sans-serif;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
align-items: center;
background: rgba(200,206,255,0.20);
border-radius: 0.25rem;
border: 1px solid #5E8DF8;
border: var(--_border-width) solid #5E8DF8;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
font-family: sans-serif;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
align-items: center;
background: rgba(200,206,255,0.20);
border-radius: 0.25rem;
border: 1px solid #5E8DF8;
border: var(--_border-width) solid #5E8DF8;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
font-family: sans-serif;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
align-items: center;
background: rgba(200,206,255,0.20);
border-radius: 0.25rem;
border: 1px solid rgba(200,206,255,0.70);
border: var(--_border-width) solid rgba(200,206,255,0.70);
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
font-family: sans-serif;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
align-items: center;
background: rgba(200,206,255,0.20);
border-radius: 0.25rem;
border: 1px solid rgba(200,206,255,0.70);
border: var(--_border-width) solid rgba(200,206,255,0.70);
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
font-family: sans-serif;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
align-items: center;
background: rgba(200,206,255,0.20);
border-radius: 0.25rem;
border: 1px solid rgba(200,206,255,0.70);
border: var(--_border-width) solid rgba(200,206,255,0.70);
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
font-family: sans-serif;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
align-items: center;
background: rgba(200,206,255,0.20);
border-radius: 0.25rem;
border: 1px solid rgba(200,206,255,0.70);
border: var(--_border-width) solid rgba(200,206,255,0.70);
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
font-family: sans-serif;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
align-items: center;
background: rgba(200,206,255,0.20);
border-radius: 0.25rem;
border: 1px solid rgba(200,206,255,0.70);
border: var(--_border-width) solid rgba(200,206,255,0.70);
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
font-family: sans-serif;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
align-items: center;
background: rgba(200,206,255,0.20);
border-radius: 0.25rem;
border: 1px solid rgba(200,206,255,0.70);
border: var(--_border-width) solid rgba(200,206,255,0.70);
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
font-family: sans-serif;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
align-items: center;
background: rgba(200,206,255,0.20);
border-radius: 0.25rem;
border: 1px solid rgba(200,206,255,0.70);
border: var(--_border-width) solid rgba(200,206,255,0.70);
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
font-family: sans-serif;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
align-items: center;
background: rgba(200,206,255,0.20);
border-radius: 0.25rem;
border: 1px solid rgba(200,206,255,0.70);
border: var(--_border-width) solid rgba(200,206,255,0.70);
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
font-family: sans-serif;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
align-items: center;
background: rgba(200,206,255,0.20);
border-radius: 0.25rem;
border: 1px solid rgba(200,206,255,0.70);
border: var(--_border-width) solid rgba(200,206,255,0.70);
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
font-family: sans-serif;
Expand Down
2 changes: 1 addition & 1 deletion src/components/Broadcast/Broadcast.style.ts
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ const broadcastStyles = (props: BroadcastProps) => (theme: Theme) =>
align-items: center;
background: ${theme.tokens.colors.get('palette.secondary.muted')};
border-radius: ${theme.dimension.borderRadius.get('md')};
border: 1px solid ${getBorderColor(props.status, theme)};
border: var(--_border-width) solid ${getBorderColor(props.status, theme)};
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
font-family: sans-serif;
Expand Down
2 changes: 1 addition & 1 deletion src/components/InlineAlert/InlineAlert.style.ts
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ const inlineAlertStyles = (props: InlineAlertProps) => (theme: Theme) =>
? theme.tokens.colors.get('backgroundColor.default')
: theme.tokens.colors.get('palette.secondary.muted')};
border-radius: ${theme.dimension.borderRadius.get('md')};
border: 1px solid ${theme.tokens.colors.get('borderColor.decorative.default')};
border: var(--_border-width) solid ${theme.tokens.colors.get('borderColor.decorative.default')};
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
font-family: sans-serif;
Expand Down

0 comments on commit 6c1ff61

Please sign in to comment.