From b4a5dda4c1336cdef7f4e42e67a989d3a5bc73e9 Mon Sep 17 00:00:00 2001 From: kkusaeng Date: Thu, 25 Apr 2024 13:56:32 +0900 Subject: [PATCH 1/2] feature. Modify action bar style --- .../data-container/action-bar/TActionBar.scss | 15 +++++++++++---- 1 file changed, 11 insertions(+), 4 deletions(-) diff --git a/src/styles/component/data-container/action-bar/TActionBar.scss b/src/styles/component/data-container/action-bar/TActionBar.scss index 4b3fca7a..2a1bc569 100644 --- a/src/styles/component/data-container/action-bar/TActionBar.scss +++ b/src/styles/component/data-container/action-bar/TActionBar.scss @@ -2,10 +2,17 @@ width: 100%; .t-action-bar__container { - display: flex; - justify-content: space-between; - align-items: center; - position: relative; + display: flex; + justify-content: space-between; + align-items: center; + position: relative; + + .t-action-bar__container__left-action, + .t-action-bar__container__center-action, + .t-action-bar__container__right-action, { + display: flex; + align-items: center; + } .t-action-bar__container__center-action { position: absolute; From 326c35031afac4b6b1f4935fb29e4684603bc401 Mon Sep 17 00:00:00 2001 From: Siyeop Date: Thu, 25 Apr 2024 16:22:40 +0900 Subject: [PATCH 2/2] 0.6.12 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 0846f2a2..3e2342b2 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "tksui-components", - "version": "0.6.11", + "version": "0.6.12", "private": false, "type": "module", "module": "lib/esm/index.js",