style: modify select style.

This commit is contained in:
jaywcjlove
2022-09-02 21:41:09 +08:00
parent e0fed4783a
commit 6da12fcb10
3 changed files with 23 additions and 3 deletions

View File

@@ -45,7 +45,9 @@ export const GlobalStyle = createGlobalStyle`
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
}
* {
*,
*::before,
*::after {
box-sizing: border-box;
}
`;