Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
mnajdova committed May 11, 2021
1 parent bc40238 commit b6363be
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/translations/translations.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
"nativeElement": "native element",
"overrideStyles": "You can override the style of the component using one of these customization options:\n",
"overrideStylesJss": "<ul>\n<li>With a rule name of the <a href=\"/customization/components/#overriding-styles-with-classes\"><code>classes</code> object prop</a>.</li>\n<li>With a <a href=\"/customization/components/#overriding-styles-with-global-class-names\">global class name</a>.</li>\n<li>With a theme and an <a href=\"/customization/globals/#css\"><code>styleOverrides</code> property</a>.</li>\n</ul>\nIf that isn't sufficient, you can check the <a href=\"{{URL}}\">implementation of the component</a> for more detail.",
"overrideStylesStyledComponent": "<ul>\n<li>With a <a href=\"/guides/interoperability/#global-css\">global class name</a>.</li>\n<li>With a rule name as part of the component's <a href=\"/customization/components/#global-style-overrides\"><code>styleOverrides</code> property</a> in a custom theme.</li>\n</ul>",
"overrideStylesStyledComponent": "<ul>\n<li>With a <a href=\"/guides/interoperability/#global-css\">global class name</a>.</li>\n<li>With a rule name as part of the component's <a href=\"/customization/theme-components/#global-style-overrides\"><code>styleOverrides</code> property</a> in a custom theme.</li>\n</ul>",
"pageDescription": "API documentation for the React {{name}} component. Learn about the available props, and the CSS API.",
"props": "Props",
"refNotHeld": "The component cannot hold a ref.",
Expand Down

0 comments on commit b6363be

Please sign in to comment.