瀏覽代碼

change font weight on product selected

master
azri 1 周之前
父節點
當前提交
eafa6dfe8a
共有 1 個檔案被更改,包括 2 行新增2 行删除
  1. 2
    2
      src/components/ProductSelected/ProductSelected.jsx

+ 2
- 2
src/components/ProductSelected/ProductSelected.jsx 查看文件

@@ -98,7 +98,7 @@ const ProductSelected = () => {
98 98
 
99 99
             <Box sx={{ pb: 1, pt: 1, width: "90%" }}>
100 100
               <Typography variant="body2" sx={{
101
-                fontWeight: "400", fontSize: {
101
+                fontWeight: "100", fontSize: {
102 102
                   xs: "0.875rem",
103 103
                   sm: "0.875rem",
104 104
                   md: "1.1rem",
@@ -116,7 +116,7 @@ const ProductSelected = () => {
116 116
                 {title}
117 117
               </Typography>
118 118
               <Typography variant="body2" sx={{
119
-                fontWeight: "400", fontSize: {
119
+                fontWeight: "100", fontSize: {
120 120
                   xs: "0.875rem",
121 121
                   sm: "0.875rem",
122 122
                   md: "1.1rem",

Loading…
取消
儲存