1
0
mirror of https://github.com/phuoc-ng/csslayout.git synced 2025-08-08 15:16:52 +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 <svg
viewBox="0 0 24 24" viewBox="0 0 24 24"
style={{ style={{
fill: "none", fill: 'none',
height: '100%', height: '100%',
stroke: "#FFF", stroke: "#FFF",
strokeLinecap: "round", strokeLinecap: 'round',
strokeLinejoin: "round", strokeLinejoin: 'round',
strokeWidth: 1, strokeWidth: 1,
width: '100%', width: '100%',
}} }}

View File

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

View File

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

View File

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

View File

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