Skip to content

Commit

Permalink
feat(ui5-token): adjust token icon size according to the new accessib…
Browse files Browse the repository at this point in the history
…ility standard (#9496)

adjust token icon size according to the new accessibility standard
  • Loading branch information
ndeshev authored Jul 31, 2024
1 parent b72ed21 commit f928f06
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion packages/main/src/themes/base/sizes-parameters.css
Original file line number Diff line number Diff line change
Expand Up @@ -298,7 +298,7 @@
--_ui5_token_readonly_padding: 0.125rem 0.25rem;
--_ui5_token_focus_offset: -0.125rem;
--_ui5_token_icon_size: .75rem;
--_ui5_token_icon_padding: 0.125rem 0.25rem;
--_ui5_token_icon_padding: 0.375rem 0.375rem;
--_ui5_token_wrapper_right_padding: 0.25rem;
--_ui5_token_wrapper_left_padding: 0;
--_ui5_token_outline_offset: -0.125rem;
Expand Down
1 change: 1 addition & 0 deletions packages/main/src/themes/sap_fiori_3/Token-parameters.css
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,5 @@
:root {
--_ui5_token_focus_outline_width: 0.0625rem;
--_ui5_token_text_color: var(--sapTextColor);
--_ui5_token_icon_padding: 0.325rem 0.25rem;
}
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,5 @@

:root {
--_ui5_token_text_color: var(--sapTextColor);
--_ui5_token_icon_padding: 0.325rem 0.25rem;
}

0 comments on commit f928f06

Please sign in to comment.