Skip to content

Commit

Permalink
chore: remove satisfies due to metro backward
Browse files Browse the repository at this point in the history
  • Loading branch information
bang9 committed Nov 3, 2023
1 parent 0c8d1f5 commit a2a0680
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
import { UIKitColors } from '../types';
import createTheme from './createTheme';

const DarkUIKitTheme = createTheme({
Expand Down Expand Up @@ -288,7 +287,7 @@ const DarkUIKitTheme = createTheme({
},
},
},
} satisfies UIKitColors;
};
},
});

Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
import { UIKitColors } from '../types';
import createTheme from './createTheme';

const LightUIKitTheme = createTheme({
Expand Down Expand Up @@ -288,7 +287,7 @@ const LightUIKitTheme = createTheme({
},
},
},
} satisfies UIKitColors;
};
},
});

Expand Down

0 comments on commit a2a0680

Please sign in to comment.