diff --git a/assets/images/SwapRight.svg b/assets/images/SwapRight.svg
new file mode 100644
index 0000000..529a231
--- /dev/null
+++ b/assets/images/SwapRight.svg
@@ -0,0 +1,3 @@
+
diff --git a/assets/images/SwapRight_Dark.svg b/assets/images/SwapRight_Dark.svg
new file mode 100644
index 0000000..5ff8291
--- /dev/null
+++ b/assets/images/SwapRight_Dark.svg
@@ -0,0 +1,3 @@
+
diff --git a/assets/scss/common.scss b/assets/scss/common.scss
index ae9b134..eb6aa08 100644
--- a/assets/scss/common.scss
+++ b/assets/scss/common.scss
@@ -954,6 +954,7 @@ a {
& th,
& td {
height: 48px;
+ color: map-deep-get($config, #{$theme}, "tui-datepicker-calendar-color");
}
}
diff --git a/components/common/Datepicker.vue b/components/common/Datepicker.vue
index b8cc499..b628db8 100644
--- a/components/common/Datepicker.vue
+++ b/components/common/Datepicker.vue
@@ -23,14 +23,14 @@