Skip to content

Commit

Permalink
feat: Change volume off icon
Browse files Browse the repository at this point in the history
  • Loading branch information
Cerberupo committed Jan 22, 2024
1 parent c0847d5 commit 4aea8dc
Show file tree
Hide file tree
Showing 6 changed files with 34 additions and 13 deletions.
12 changes: 10 additions & 2 deletions merged_tokens.json
Original file line number Diff line number Diff line change
Expand Up @@ -2445,6 +2445,14 @@
"width": {
"value": "{global.border.width.sm}",
"type": "borderWidth"
},
"style": {
"value": {
"style": "dashed",
"width": "2px",
"color": "{dropzone.border.color.default}"
},
"type": "border"
}
}
},
Expand Down Expand Up @@ -7295,8 +7303,8 @@
"value": {
"fontFamily": "{core.font.family.main}",
"fontWeight": "{core.font.weight.medium}",
"lineHeight": "{core.font.lineHeight.600}px",
"fontSize": "48 px"
"lineHeight": "{core.font.lineHeight.500}px",
"fontSize": "40 px"
},
"type": "typography"
},
Expand Down
12 changes: 10 additions & 2 deletions packages/components/src/tokens.compiled.js
Original file line number Diff line number Diff line change
Expand Up @@ -419,6 +419,14 @@ export default {
"width": {
"value": "1px",
"type": "borderWidth"
},
"style": {
"value": {
"style": "dashed",
"width": "2px",
"color": "#DDE1E6"
},
"type": "border"
}
}
},
Expand Down Expand Up @@ -5469,8 +5477,8 @@ export default {
"value": {
"fontFamily": "Albert Sans",
"fontWeight": 500,
"lineHeight": "40px",
"fontSize": "48 px"
"lineHeight": "32px",
"fontSize": "40 px"
},
"type": "typography"
},
Expand Down
4 changes: 2 additions & 2 deletions packages/icons/optimized/solid/volume-control-off.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
6 changes: 4 additions & 2 deletions packages/icons/solid/VolumeControlOffIcon.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 4 additions & 2 deletions packages/icons/solid/esm/VolumeControlOffIcon.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

7 changes: 4 additions & 3 deletions packages/icons/src/solid/volume-control-off.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 4aea8dc

Please sign in to comment.