diff --git a/package.json b/package.json index aa64fa9f..1837c8a4 100644 --- a/package.json +++ b/package.json @@ -143,7 +143,7 @@ "source-map-loader": "^1.1.3", "style-loader": "^2.0.0", "svg-url-loader": "^7.1.1", - "tailwindcss": "^2.2.6", + "tailwindcss": "^2.2.7", "terser-webpack-plugin": "^4.2.3", "twin.macro": "^2.6.2", "typescript": "^4.3.5", diff --git a/resources/scripts/components/elements/GreyRowBox.tsx b/resources/scripts/components/elements/GreyRowBox.tsx index e3acc733..1d0508f1 100644 --- a/resources/scripts/components/elements/GreyRowBox.tsx +++ b/resources/scripts/components/elements/GreyRowBox.tsx @@ -6,6 +6,6 @@ export default styled.div<{ $hoverable?: boolean }>` ${props => props.$hoverable !== false && tw`hover:border-neutral-500`}; & .icon { - ${tw`h-12 w-12 rounded-full bg-neutral-500 flex items-center justify-center`}; + ${tw`h-10 w-10 rounded-full bg-neutral-500 flex items-center justify-center`}; } `; diff --git a/yarn.lock b/yarn.lock index 1b17348f..0175ee9b 100644 --- a/yarn.lock +++ b/yarn.lock @@ -9967,7 +9967,7 @@ fsevents@^1.2.7: styled-components-breakpoint: ^3.0.0-preview.20 svg-url-loader: ^7.1.1 swr: ^0.5.6 - tailwindcss: ^2.2.6 + tailwindcss: ^2.2.7 terser-webpack-plugin: ^4.2.3 twin.macro: ^2.6.2 typescript: ^4.3.5 @@ -12028,9 +12028,9 @@ resolve@^2.0.0-next.3: languageName: node linkType: hard -"tailwindcss@npm:^2.2.6": - version: 2.2.6 - resolution: "tailwindcss@npm:2.2.6" +"tailwindcss@npm:^2.2.7": + version: 2.2.7 + resolution: "tailwindcss@npm:2.2.7" dependencies: arg: ^5.0.0 bytes: ^3.0.0 @@ -12069,7 +12069,7 @@ resolve@^2.0.0-next.3: bin: tailwind: lib/cli.js tailwindcss: lib/cli.js - checksum: 61bf4028f419e9c496e53521cd18bb727cb27c9bf932958a15c320041e5c4d5572e8adf44513bb9b11bd3015719784bc7ffca1995a9208dec6d4eb06a4c91961 + checksum: 2ba3493c4642cc591f5dbb3f7cc8792bed009ba8f60f843e5694b6e3ceefec7ed457f855485fb192001c2fec1e28910307a8527dda9996fc55b6cb1067f7145b languageName: node linkType: hard