1
0
mirror of https://github.com/phuoc-ng/csslayout.git synced 2025-08-10 16:14:19 +02:00

Fix background color of arrow buttons pattern

This commit is contained in:
Phuoc Nguyen
2021-04-01 14:44:54 +07:00
parent 47ffbb06d7
commit 48f4cf3422

View File

@@ -23,7 +23,6 @@ const Cover: React.FC<{}> = () => {
<div style={{ height: '100%', position: 'relative', width: '100%' }}>
<div
style={{
backgroundColor: '#FFF',
borderLeft: '1px solid rgba(0, 0, 0, 0.3)',
borderTop: '1px solid rgba(0, 0, 0, 0.3)',
height: '16px',
@@ -36,7 +35,6 @@ const Cover: React.FC<{}> = () => {
/>
<div
style={{
backgroundColor: '#FFF',
borderRight: '1px solid rgba(0, 0, 0, 0.3)',
borderTop: '1px solid rgba(0, 0, 0, 0.3)',
height: '16px',
@@ -49,7 +47,6 @@ const Cover: React.FC<{}> = () => {
/>
<div
style={{
backgroundColor: '#FFF',
borderBottom: '1px solid rgba(0, 0, 0, 0.3)',
borderRight: '1px solid rgba(0, 0, 0, 0.3)',
bottom: '-16px',
@@ -62,7 +59,6 @@ const Cover: React.FC<{}> = () => {
/>
<div
style={{
backgroundColor: '#FFF',
borderBottom: '1px solid rgba(0, 0, 0, 0.3)',
borderLeft: '1px solid rgba(0, 0, 0, 0.3)',
height: '16px',