Skip to content

Commit 9e23622

Browse files
huntercarontom-james-watson
authored andcommitted
Update tint
1 parent b97d4e8 commit 9e23622

File tree

3 files changed

+9
-5
lines changed

3 files changed

+9
-5
lines changed

Diff for: plugins/localization-import-export/public/icon.svg

+1-1
Loading

Diff for: plugins/localization-import-export/src/App.css

+5-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,7 @@
11
main {
2+
--framer-color-tint: #00CCEE;
3+
--framer-color-tint-dark: #00C6E6;
4+
--framer-color-tint-extra-dark: #00BBDD;
25
display: flex;
36
flex-direction: column;
47
align-items: start;
@@ -23,7 +26,8 @@ p {
2326
}
2427

2528
.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);
2731
border-radius: 8px;
2832
flex: 1;
2933
width: 100%;

Diff for: plugins/localization-import-export/src/App.tsx

+3-3
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ async function importXliff() {
3434
}
3535

3636
async function exportXliff(defaultLocale: Locale, targetLocale: Locale) {
37-
const filename = `localizations_${targetLocale.code}.xlf`
37+
const filename = `locale_${targetLocale.code}.xlf`
3838

3939
try {
4040
const sources = await framer.unstable_getLocalizationSources()
@@ -88,13 +88,13 @@ export function App() {
8888
<svg xmlns="http://www.w3.org/2000/svg" width="74" height="74">
8989
<path
9090
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"
9292
></path>
9393
<path
9494
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"
9595
fill="transparent"
9696
strokeWidth="7"
97-
stroke="#0099ff"
97+
stroke="currentColor"
9898
stroke-linecap="round"
9999
stroke-linejoin="round"
100100
></path>

0 commit comments

Comments
 (0)