@use "@styles/abstracts/functions" as fun; .wrapper { display: flex; flex-flow: row nowrap; align-items: center; gap: var(--spacing-2xs); margin: 0; font-family: var(--font-family-secondary); font-size: var(--font-size-sm); } .icon { height: fun.convert-px(20); } nd.philippot.eu/www.armandphilippot.com/atom/src/components/molecules/forms/theme-toggle.stories.tsx?h=v1.0.0' type='application/atom+xml'/>
summaryrefslogtreecommitdiffstats
path: root/src/components/molecules/forms/theme-toggle.stories.tsx
blob: 05d94b9b5c6b3625c4c66b305fdba78b672f391f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55