Skip to content

Commit 4a4def9

Browse files
authored
[patch][16.17.1] Medium Brand Icon Color (#125)
1 parent c3d218a commit 4a4def9

File tree

6 files changed

+11
-11
lines changed

6 files changed

+11
-11
lines changed

package-lock.json

+5-5
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@toniq-labs/design-system-root",
3-
"version": "16.17.0",
3+
"version": "16.17.1",
44
"private": true,
55
"description": "Root design system mono-repo package.",
66
"homepage": "https://github.com/Toniq-Labs/toniq-labs-design-system",

packages/design-system/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@toniq-labs/design-system",
3-
"version": "16.17.0",
3+
"version": "16.17.1",
44
"private": false,
55
"description": "Design system elements for Toniq Labs",
66
"keywords": [

packages/design-system/src/icons/svgs/third-party-brands/brand-medium-24.icon.ts

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,14 @@
11
import {html} from 'element-vir';
22
import {defineIcon} from 'vira';
3-
import {toniqIconCssVarWithFallback} from '../../../styles';
3+
import {toniqIconCssVars} from '../../../styles';
44

55
export const BrandMedium24Icon = defineIcon({
66
name: 'BrandMedium24Icon',
77
svgTemplate: html`
88
<svg
99
xmlns="http://www.w3.org/2000/svg"
1010
stroke="none"
11-
fill=${toniqIconCssVarWithFallback['toniq-icon-fill-color']('#000')}
11+
fill=${toniqIconCssVars['toniq-icon-stroke-color'].value}
1212
width="24"
1313
height="24"
1414
viewBox="0 0 24 24"

packages/native-elements-test/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@toniq-labs/design-system-native-elements-test",
3-
"version": "16.17.0",
3+
"version": "16.17.1",
44
"private": true,
55
"scripts": {
66
"compile": "virmator compile",

packages/scripts/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@toniq-labs/design-system-scripts",
3-
"version": "16.17.0",
3+
"version": "16.17.1",
44
"private": true,
55
"scripts": {
66
"compile": "virmator compile",

0 commit comments

Comments
 (0)