Skip to content

Commit b0d5d83

Browse files
committed
fixes
1 parent 198c8c5 commit b0d5d83

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

src/archive-now.stylesheet.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
--sl-color-primary-400: theme(colors.cyan.400);
1111
--sl-color-primary-500: theme(colors.cyan.500);
1212
--sl-color-primary-600: theme(colors.cyan.600);
13-
--sl-color-primary-700: theme(colors.cyan.700.DEFAULT);
13+
--sl-color-primary-700: theme(colors.cyan.700);
1414
--sl-color-primary-800: theme(colors.cyan.800);
1515
--sl-color-primary-900: theme(colors.cyan.900);
1616
}

src/files.d.ts

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,10 @@ declare module "*.avif" {
22
const src: string;
33
export default src;
44
}
5+
declare module "*.svg" {
6+
const src: string;
7+
export default src;
8+
}
59
declare module "*.css" {
610
const contents: string;
711
export default contents;

0 commit comments

Comments
 (0)