1
0
mirror of https://github.com/phuoc-ng/csslayout.git synced 2025-08-08 07:07:15 +02:00
This commit is contained in:
Phuoc Nguyen
2019-12-12 20:16:44 +07:00
parent 3916eec93b
commit 848909587c
5 changed files with 15 additions and 15 deletions

View File

@@ -27,11 +27,11 @@ const Cover: React.FC<{}> = () => {
<svg
viewBox="0 0 24 24"
style={{
fill: "none",
fill: 'none',
height: '100%',
stroke: "#FFF",
strokeLinecap: "round",
strokeLinejoin: "round",
strokeLinecap: 'round',
strokeLinejoin: 'round',
strokeWidth: 1,
width: '100%',
}}

View File

@@ -33,11 +33,11 @@ const Details: React.FC<{}> = () => {
<svg
viewBox="0 0 24 24"
style={{
fill: "none",
fill: 'none',
height: '100%',
stroke: "#FFF",
strokeLinecap: "round",
strokeLinejoin: "round",
strokeLinecap: 'round',
strokeLinejoin: 'round',
strokeWidth: 1,
width: '100%',
}}

View File

@@ -47,11 +47,11 @@ const Details: React.FC<{}> = () => {
<svg
viewBox="0 0 24 24"
style={{
fill: "none",
fill: 'none',
height: '24px',
stroke: "rgba(0, 0, 0, 0.4)",
strokeLinecap: "round",
strokeLinejoin: "round",
strokeLinecap: 'round',
strokeLinejoin: 'round',
strokeWidth: 1,
width: '24px',
}}

View File

@@ -31,11 +31,11 @@ const Cover: React.FC<{}> = () => {
<svg
viewBox="0 0 24 24"
style={{
fill: "none",
fill: 'none',
height: '16px',
stroke: "rgba(0, 0, 0, 0.4)",
strokeLinecap: "round",
strokeLinejoin: "round",
strokeLinecap: 'round',
strokeLinejoin: 'round',
strokeWidth: 1,
width: '16px',
}}

View File

@@ -51,11 +51,11 @@ const Details: React.FC<{}> = () => {
<svg
viewBox="0 0 24 24"
style={{
fill: "none",
fill: 'none',
height: '24',
stroke: "rgba(0, 0, 0, 0.4)",
strokeLinecap: "round",
strokeLinejoin: "round",
strokeLinecap: 'round',
strokeLinejoin: 'round',
strokeWidth: 1,
width: '24',
}}