File tree 3 files changed +9
-5
lines changed
plugins/localization-import-export
3 files changed +9
-5
lines changed Original file line number Diff line number Diff line change 1
1
main {
2
+ --framer-color-tint : # 00CCEE ;
3
+ --framer-color-tint-dark : # 00C6E6 ;
4
+ --framer-color-tint-extra-dark : # 00BBDD ;
2
5
display : flex;
3
6
flex-direction : column;
4
7
align-items : start;
23
26
}
24
27
25
28
.asset {
26
- background : rgba (0 , 153 , 255 , 0.1 );
29
+ color : var (--framer-color-tint , rgb (0 , 204 , 238 ));
30
+ background : rgba (0 , 204 , 238 , 0.1 );
27
31
border-radius : 8px ;
28
32
flex : 1 ;
29
33
width : 100% ;
Original file line number Diff line number Diff line change @@ -34,7 +34,7 @@ async function importXliff() {
34
34
}
35
35
36
36
async function exportXliff ( defaultLocale : Locale , targetLocale : Locale ) {
37
- const filename = `localizations_ ${ targetLocale . code } .xlf`
37
+ const filename = `locale_ ${ targetLocale . code } .xlf`
38
38
39
39
try {
40
40
const sources = await framer . unstable_getLocalizationSources ( )
@@ -88,13 +88,13 @@ export function App() {
88
88
< svg xmlns = "http://www.w3.org/2000/svg" width = "74" height = "74" >
89
89
< path
90
90
d = "M 37 2.313 C 56.157 2.313 71.688 17.843 71.688 37 C 71.688 56.157 56.157 71.688 37 71.688 C 17.843 71.688 2.313 56.157 2.313 37 C 2.313 17.843 17.843 2.313 37 2.313 Z M 11.563 37 C 11.563 47.692 18.159 56.843 27.504 60.606 C 24.809 54.7 23.125 46.309 23.125 37 C 23.125 27.691 24.809 19.3 27.504 13.394 C 18.159 17.157 11.563 26.308 11.563 37 Z M 62.438 37 C 62.438 26.308 55.841 17.157 46.496 13.394 C 49.191 19.3 50.875 27.691 50.875 37 C 50.875 46.309 49.191 54.7 46.496 60.606 C 55.841 56.843 62.438 47.692 62.438 37 Z M 30.063 37 C 30.063 51.049 33.169 62.438 37 62.438 C 40.831 62.438 43.938 51.049 43.938 37 C 43.938 22.951 40.831 11.563 37 11.563 C 33.169 11.563 30.063 22.951 30.063 37 Z"
91
- fill = "#0099ff "
91
+ fill = "currentColor "
92
92
> </ path >
93
93
< path
94
94
d = "M 6.937 34.688 L 6.938 34.688 C 26.719 39.253 47.281 39.253 67.063 34.688 L 67.063 34.688"
95
95
fill = "transparent"
96
96
strokeWidth = "7"
97
- stroke = "#0099ff "
97
+ stroke = "currentColor "
98
98
stroke-linecap = "round"
99
99
stroke-linejoin = "round"
100
100
> </ path >
You can’t perform that action at this time.
0 commit comments