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 6cd1e26..a1b3167 100644 --- a/assets/scss/common.scss +++ b/assets/scss/common.scss @@ -574,6 +574,7 @@ a { & th, & td { height: 48px; + color: map-deep-get($config, #{$theme}, "tui-datepicker-calendar-color"); } } diff --git a/assets/scss/common/pagination.scss b/assets/scss/common/pagination.scss index 503ccc4..7f41cb7 100644 --- a/assets/scss/common/pagination.scss +++ b/assets/scss/common/pagination.scss @@ -10,7 +10,7 @@ // box-shadow: none !important; background-color: map-deep-get($config, #{$theme}, "paging-background") !important; color: map-deep-get($config, #{$theme}, "paging-text") !important; - border: 0.5px solid #424242; + border: none; .ant-pagination-item-link { border: none; @@ -19,13 +19,13 @@ } .ant-pagination-item-active { - border-color: #1890ff !important; + border: 1px solid #1890ff !important; color: #1890ff !important } .ant-pagination-options-size-changer { .ant-select-selection { - border: 0.5px solid #424242; + border: 0.5px solid map-deep-get($config, #{$theme}, "v-input-fieldset-color") !important; background: map-deep-get($config, #{$theme}, "paging-background") !important; color: map-deep-get($config, #{$theme}, "paging-text") !important; } 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 @@ $icoCalendar -->
- +