Skip to content

Commit 2ec231c

Browse files
committed
fix(MessageBar): updated padding on action buttons
1 parent 1663e56 commit 2ec231c

File tree

4 files changed

+0
-4
lines changed

4 files changed

+0
-4
lines changed

packages/module/src/MessageBar/AttachButton.scss

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,5 @@
4141
.pf-v6-c-button.pf-chatbot__button--attach.pf-m-compact {
4242
width: 1.5rem;
4343
height: 1.5rem;
44-
padding: var(--pf-t--global--spacer--sm);
4544
align-items: center;
4645
}

packages/module/src/MessageBar/MicrophoneButton.scss

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,6 +53,5 @@
5353
.pf-v6-c-button.pf-chatbot__button--microphone.pf-m-compact {
5454
width: 1.5rem;
5555
height: 1.5rem;
56-
padding: var(--pf-t--global--spacer--sm);
5756
align-items: center;
5857
}

packages/module/src/MessageBar/SendButton.scss

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,6 +58,5 @@
5858
.pf-v6-c-button.pf-chatbot__button--send.pf-m-compact {
5959
width: 1.5rem;
6060
height: 1.5rem;
61-
padding: var(--pf-t--global--spacer--sm);
6261
align-items: center;
6362
}

packages/module/src/MessageBar/StopButton.scss

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,5 @@
4141
.pf-v6-c-button.pf-chatbot__button--stop.pf-m-compact {
4242
width: 1.5rem;
4343
height: 1.5rem;
44-
padding: var(--pf-t--global--spacer--sm);
4544
align-items: center;
4645
}

0 commit comments

Comments
 (0)