Skip to content

Commit

Permalink
Implement changes regarding PR feedback
Browse files Browse the repository at this point in the history
  • Loading branch information
JelenaTakac committed Sep 3, 2024
1 parent da2d3f6 commit 4ae40c0
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion dist/force-ui.asset.php
Original file line number Diff line number Diff line change
@@ -1 +1 @@
<?php return array('dependencies' => array('react', 'react-dom'), 'version' => '8625e6cad07736f95f4d');
<?php return array('dependencies' => array('react', 'react-dom'), 'version' => '151998ad1eeddbf93b05');
2 changes: 1 addition & 1 deletion dist/force-ui.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion src/components/tabs/tabs.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -160,7 +160,7 @@ const Tab = ( props, ref ) => {
if ( variant === 'rounded' ) {
variantClasses = 'rounded-md';
} else if ( variant === 'underline' ) {
variantClasses = 'rounded-none';
variantClasses = 'rounded-none w-fit max-w-fit';

Check failure on line 163 in src/components/tabs/tabs.jsx

View workflow job for this annotation

GitHub Actions / analysis (18.15)

Expected indentation of 2 tabs but found 8 spaces
}

// Additional classes.
Expand Down

0 comments on commit 4ae40c0

Please sign in to comment.