@cupra/ui-react 1.0.0-canary.11 → 1.0.0-canary.12
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +2 -2
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -137,7 +137,7 @@ export function App() {
|
|
|
137
137
|
<>
|
|
138
138
|
<link rel="preload" as="style" href="https://ds-assets.cupra.com/[version]/styles/cupra/theme.css" />
|
|
139
139
|
<link rel="stylesheet" href="https://ds-assets.cupra.com/[version]/styles/cupra/theme.css" />
|
|
140
|
-
<ThemeProvider theme="cupra" loadFonts={false} loadStyles={false}>
|
|
140
|
+
<ThemeProvider theme="cupra-diagonal" loadFonts={false} loadStyles={false}>
|
|
141
141
|
<Button variant="destructive" icon-name="filters-background">Click me</Button>
|
|
142
142
|
<Icon icon-name="filters-background" />
|
|
143
143
|
</ThemeProvider>
|
|
@@ -153,7 +153,7 @@ import { ThemeProvider, Button } from '@cupra/ui-react';
|
|
|
153
153
|
|
|
154
154
|
export function App() {
|
|
155
155
|
return (
|
|
156
|
-
<ThemeProvider theme="cupra" loadFonts={true} loadStyles={true}>
|
|
156
|
+
<ThemeProvider theme="cupra-diagonal" loadFonts={true} loadStyles={true}>
|
|
157
157
|
<Button variant="primary">Button</Button>
|
|
158
158
|
</ThemeProvider>
|
|
159
159
|
);
|