We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1aa7b61 commit a474191Copy full SHA for a474191
docs/components/Wrapper.jsx
@@ -1,8 +1,8 @@
1
import React, { useState } from 'react'
2
3
+import Button from '../../react/Buttons'
4
import Divider from '../../react/Divider'
5
import Paper from '../../react/Paper'
-import Button from '../../react/deprecated/Button' // TODO: should remove deprecated
6
import CozyTheme from '../../react/providers/CozyTheme'
7
import { isUsingDevStyleguidist } from '../../scripts/build-utils'
8
@@ -40,8 +40,8 @@ export default ({ children }) => {
40
<CozyTheme>
41
<Paper className="u-pos-relative u-p-1" elevation={0} square>
42
<Button
43
- size="tiny"
44
- theme="secondary"
+ size="small"
+ variant="text"
45
label={lang}
46
style={styles.buttonLang}
47
onClick={handleLangClick}
0 commit comments