Skip to content
This repository was archived by the owner on Jan 19, 2025. It is now read-only.

Commit 4feb54b

Browse files
committed
Prepared new post + fix css error 🚀
1 parent 9f0ba78 commit 4feb54b

26 files changed

+29
-29
lines changed

_css/theme.scss

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -63,10 +63,10 @@ $themes: (
6363
$syntax-highlight-class-name: #405182,
6464
$syntax-highlight-variable-name: #008080,
6565
$syntax-highlight-keyword-type: #425385,
66-
$syntax-highlight-deleted: #ffdddd,
67-
$syntax-highlight-deleted-specific: #ffaaaa,
68-
$syntax-highlight-inserted: #ddffdd,
69-
$syntax-highlight-inserted-specific: #aaffaa,
66+
$syntax-highlight-deleted: #ff6666,
67+
$syntax-highlight-deleted-specific: #ff5555,
68+
$syntax-highlight-inserted: #77aa77,
69+
$syntax-highlight-inserted-specific: #55ee55,
7070
$syntax-highlight-literal-value: #A71133,
7171
$syntax-highlight-name: #990000,
7272
$syntax-highlight-literal-numbers: #006061,

_data/webpack.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
hash: 97ec6032cdba15b6c355
1+
hash: fd5ecb19c9664af2e861

_drafts/2020-06-08-expose-uikit-to-swiftui.md renamed to _drafts/2020-07-08-expose-uikit-to-swiftui.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
layout: post
33
title: "Use UIKit components in SwiftUI: UIViewControllerRepresentable and UIViewRepresentable"
44
description: "Do you know that it is possible to use UKit components in SwiftUI? Let's see how you can use UIViewRepresentable and UIViewControllerRepresentable to use your UIKit based component or to fill the gap for missing SwiftUI API."
5-
date: 2020-07-01
5+
date: 2020-07-08
66
image: /assets/images/posts/use-uikit-in-swiftui.jpg
77
tags: [swift, ios, apple, mobile application development]
88
comments: true
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
<link href="/assets/dist/style.blog.archive.97ec6032cdba15b6c355.css" rel="stylesheet">
1+
<link href="/assets/dist/style.blog.archive.fd5ecb19c9664af2e861.css" rel="stylesheet">
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
<link href="/assets/dist/style.blog.home.97ec6032cdba15b6c355.css" rel="stylesheet">
1+
<link href="/assets/dist/style.blog.home.fd5ecb19c9664af2e861.css" rel="stylesheet">
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
<link href="/assets/dist/style.blog.post.97ec6032cdba15b6c355.css" rel="stylesheet">
1+
<link href="/assets/dist/style.blog.post.fd5ecb19c9664af2e861.css" rel="stylesheet">
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
<link href="/assets/dist/style.blog.tags.97ec6032cdba15b6c355.css" rel="stylesheet">
1+
<link href="/assets/dist/style.blog.tags.fd5ecb19c9664af2e861.css" rel="stylesheet">
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
<link href="/assets/dist/style.cookiepolicy.97ec6032cdba15b6c355.css" rel="stylesheet">
1+
<link href="/assets/dist/style.cookiepolicy.fd5ecb19c9664af2e861.css" rel="stylesheet">
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
<link href="/assets/dist/style.error.97ec6032cdba15b6c355.css" rel="stylesheet">
1+
<link href="/assets/dist/style.error.fd5ecb19c9664af2e861.css" rel="stylesheet">
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
<link href="/assets/dist/style.home.97ec6032cdba15b6c355.css" rel="stylesheet">
1+
<link href="/assets/dist/style.home.fd5ecb19c9664af2e861.css" rel="stylesheet">

0 commit comments

Comments
 (0)